android_webview: don't suppress debuggerd crash handling.
WebView was incorrectly suppressing debuggerd crash handling after breakpad microdumps were triggered on all user builds of android, as the process type was not empty as expected for the Chrome browser process. This went unnoticed as the normal behaviour was still in place for userdebug/eng builds. Fix by also treating "webview" process type as a browser process in the crash component. BUG=481420 Review URL: https://codereview.chromium.org/1105293003 Cr-Commit-Position: refs/heads/master@{#327277}
Showing
Please register or sign in to comment