New issue
Advanced search Search tips

Issue 804341 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Ensure we can interpret WebView Support Library crashes correctly.

Project Member Reported by gsennton@chromium.org, Jan 22 2018

Issue description

Given the way the WebView Support Library works (using reflection and InvocationHandlers), any crashes in the support library might be difficult to interpret (e.g. the original crash could be wrapped in some generic exception thrown from the Proxy or the InvocationHandler class). We should make sure the original crashes are unwrapped so that our crash pipeline can read them correctly.
 
Status: WontFix (was: Available)
This should have been fine since
https://chromium-review.googlesource.com/c/chromium/src/+/919062

Sign in to add a comment