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 <torne@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#789261}
Showing
Please register or sign in to comment