forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enclose IPC::Listener::OnMessageReceived with TRACE_EVENT_WITH_FLOW
The trace-viewer recursively connects flow events when a previous event contains the next event. That is useful when we want to track a series of asynchronous events on chrome://tracing. However, the trace event in IPC::ChannelReader::DispatchInputData did not contain IPC::Listener::OnMessageReceived, which is the IPC handler, and the tracing flow was disconnected here. This CL extends the region of the IPC::ChannelReader::DispatchInputData to enclose IPC::Listener::OnMessageReceived. BUG=580902 Review URL: https://codereview.chromium.org/1840673002 Cr-Commit-Position: refs/heads/master@{#383667}
- Loading branch information
Showing
2 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters