From: Noah Falk Date: Sat, 11 May 2024 05:46:22 +0000 (-0700) Subject: Update ipc-protocol.md (#4658) X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=108e221b37b184f12ed764e4891b942b8b7d636a;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Update ipc-protocol.md (#4658) Clarifying which keywords on CollectTracing4 produce identical behavior with the previous CollecTracing commands. --- diff --git a/documentation/design-docs/ipc-protocol.md b/documentation/design-docs/ipc-protocol.md index cdebce03d..bbff225b5 100644 --- a/documentation/design-docs/ipc-protocol.md +++ b/documentation/design-docs/ipc-protocol.md @@ -608,7 +608,10 @@ Followed by an Optional Continuation of a `nettrace` format stream of events. Command Code: `0x0205` -The `CollectTracing4` command is an extension of the `CollectTracing3` command - its behavior is the same as `CollectTracing3` command, except the requestRundown field is replaced by the rundownKeyword field to allow customizing the set of rundown events to be fired. +The `CollectTracing4` command is an extension of the `CollectTracing3` command - its behavior is the same as `CollectTracing3` command, except the requestRundown field is replaced by the rundownKeyword field to allow customizing the set of rundown events to be fired. + +A rundown keyword of `0x80020139` has the equivalent behavior as `CollectTracing3` with `requestRundown=true` and rundown keyword of `0` has the equivalent behavior as `requestRundown=false`. + > Note available for .NET 9.0 and later.