DescriptionAdd support for logging information about mojo messages retrieved by the mojo debugger
from the message pipes.
This includes the following:-
1. Number of bytes in the message.
2. Number of fields in the message.
3. The message id.
4. The request id of the message.
5. Whether the message expects a response message.
6. Whether the message is a response message.
7. The URL of the service.
We also intercept the first message pipe which is used for
vending services in the debugger.
Support for tracing additional information will be added as needed.
BUG=360188
TBR=viettrungluu
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282417
Patch Set 1 #Patch Set 2 : Added common.h and updated mojo.gyp #Patch Set 3 : Fixed indentation #
Total comments: 2
Patch Set 4 : Code review comments #
Total comments: 27
Patch Set 5 : Code review comments and interception of first message pipe #Patch Set 6 : Removed for loop #Patch Set 7 : Validate the message #Patch Set 8 : Format change #Patch Set 9 : Fixed build errors #Patch Set 10 : Intercept the first set of pipes #
Total comments: 2
Patch Set 11 : Formatting improvements #Patch Set 12 : Presubmit warnings #
Messages
Total messages: 19 (0 generated)
|