Android System WebView crash spike
com.customer.app · Android 10 / 11 · Samsung & Pixel cohort
Public incident — Android System WebView / Chrome 89 broke embedded WebView across Gmail, Yahoo Mail, Amazon, Discord, Outlook, banking apps. Coverage
What Crashlytics / Sentry shows
Fatal Exception: java.lang.RuntimeException at android.webkit.WebView.<init>(WebView.java:574) at com.android.webview.chromium.WebViewChromiumFactoryProvider… at com.customer.app.MainActivity.onCreate(MainActivity.kt:42)
- Process
- com.customer.app
- Device
- Samsung / Pixel
- OS
- Android 10 / 11
- Affected sessions
- +38× vs baseline
A crash happened. You go investigate.
Launch Vectors
Classification
External dependency regression
- Customer app release correlation
- LOW
- Recent app PR correlation
- LOW
- Common dependency
- Android System WebView · Chrome 89.0.4389.x
- Cohort
- Apps embedding WebView, all releases
- Likely cause
- Platform-component regression — not your code
Recommendation
Do NOT roll back your release
- Disable WebView-dependent feature via remote config
- Show native fallback screen if WebView init fails
- Guide users to update Android System WebView and Chrome
- Add a startup guard around WebView creation
Takeaway: Hours of senior triage avoided. A rollback would have shipped an unchanged binary into the same WebView bug.
Time saved: ~6h senior triage