forked from chromium/chromium
-
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.
[ipc] Add feature to report possible skipped message in ChannelAssoci…
…atedGroupController. Enabling the MojoChannelAssociatedSendUsesRunOrPostTask feature resulted in crash reports indicating that messages were not received in the expected order (could be skipped or reordered). This CL adds a feature to crash when sending a message fails but more messages could potentially be sent, in order to better understand these crash reports. Bug: 1503967 Change-Id: I89d49f3b36269359f01af5861154619665706991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5521936 Reviewed-by: Ken Rockot <[email protected]> Commit-Queue: Francois Pierre Doray <[email protected]> Cr-Commit-Position: refs/heads/main@{#1301609}
- Loading branch information
Showing
3 changed files
with
38 additions
and
6 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
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