| 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 43fe8cd6480ad3693f853a54f0e22e7bafaf2aa2..059645d6a56d2e376085743e3aa8b8d7ab46c797 100644
|
| --- a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc
|
| +++ b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc
|
| @@ -149,6 +149,11 @@ void EnableCrashReporter(const std::string& process_type, int crash_signal_fd) {
|
| client->set_crash_signal_fd(crash_signal_fd);
|
| }
|
| ::crash_reporter::SetCrashReporterClient(client);
|
| + breakpad::SetShouldSanitizeDumps(true);
|
| +#if !defined(COMPONENT_BUILD)
|
| + breakpad::SetSkipDumpIfPrincipalMappingNotReferenced(
|
| + reinterpret_cast<uintptr_t>(&EnableCrashReporter));
|
| +#endif
|
|
|
| bool is_browser_process =
|
| process_type.empty() ||
|
|
|