Fix incorrect description of CreateCoreDump command - diagnostics argument (#579)
authorSung Yoon Whang <suwhang@microsoft.com>
Wed, 23 Oct 2019 17:20:03 +0000 (10:20 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2019 17:20:03 +0000 (10:20 -0700)
documentation/design-docs/ipc-protocol.md

index 6d122f1648f840665f98f809e4ca465b104a77c3..7c9025b403ea042564ae85fd461da5032e9e3ee2 100644 (file)
@@ -578,7 +578,7 @@ Header: `{ Magic; Size; 0x0101; 0x0000 }`
   * WithHeap = 2,
   * Triage = 3,
   * Full = 4
-* `uint diagnostics`: The providers to turn on for the streaming session
+* `uint diagnostics`: If set to 1, log to console the dump generation diagnostics
   * `0` or `1` for on or off
 
 #### Returns (as an IPC Message Payload):