• torne's avatar
    android_webview: don't suppress debuggerd crash handling. · 5db4bede
    torne authored
    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}
    5db4bede
breakpad_linux.cc 55.5 KB