Index: android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc |
diff --git a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc |
index 4241a5391beceaef3da4a47e77e9eb9caf5ccc98..d07ddfd3d270d6b5e70f466185a3524dd266bdaa 100644 |
--- a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc |
+++ b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc |
@@ -210,7 +210,7 @@ void EnableCrashReporter(const std::string& process_type, int crash_signal_fd) { |
process_type == breakpad::kWebViewSingleProcessType || |
process_type == breakpad::kBrowserProcessType; |
if (is_browser_process) { |
- breakpad::InitCrashReporter("", sanitization_info); |
+ breakpad::InitCrashReporter(process_type, sanitization_info); |
} else { |
breakpad::InitNonBrowserCrashReporterForAndroid(process_type, |
sanitization_info); |