forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webview: Fix exception handling in various places.
These cases were converted to use PostTask some time ago, but because the PostTask queue is managed in native (once native is initialized) this means that uncaught exceptions cause native crashes instead of being reported as Java exceptions. Use AwThreadUtils to make it clear that posting directly to the Android looper is intentional. Change-Id: If7dcf8b98bb42886d02532a9d27eafcc58bab829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302945 Auto-Submit: Richard Coles <[email protected]> Commit-Queue: Bo <[email protected]> Reviewed-by: Bo <[email protected]> Cr-Commit-Position: refs/heads/master@{#789261}
- Loading branch information
Showing
4 changed files
with
9 additions
and
14 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
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