Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(993)

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 2086483006: Dump process type into breakpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dump process type into breakpad. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index ce1d576cfc5d879fa65455bcedc72529702b5816..49e305f2a81eda7f18696e6d5eddb40669ed29e3 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -178,7 +178,7 @@ void AwMainDelegate::PreSandboxStartup() {
if (process_type.empty() &&
command_line.HasSwitch(switches::kSingleProcess)) {
// "webview" has a special treatment in breakpad_linux.cc.
- process_type = "webview";
+ process_type = "webview-singleprocess";
}
crash_reporter::EnableMicrodumpCrashReporter(process_type, crash_signal_fd);
« no previous file with comments | « no previous file | components/crash/content/app/breakpad_linux.cc » ('j') | components/crash/content/app/breakpad_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698