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

Unified Diff: tools/CrashHandler.cpp

Issue 821643006: upstream hooking into google3 crash handler for better stacktraces (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/CrashHandler.cpp
diff --git a/tools/CrashHandler.cpp b/tools/CrashHandler.cpp
index 7355f20bc05c35cbd650f1ba490d577dfab6b91e..2ab6a9da4474080d867be4efa3ee0b72bbf2e5e9 100644
--- a/tools/CrashHandler.cpp
+++ b/tools/CrashHandler.cpp
@@ -8,6 +8,10 @@
#ifndef SK_CRASH_HANDLER
void SetupCrashHandler() { }
+#elif defined(GOOGLE3)
+ #include "base/process_state.h"
+ void SetupCrashHandler() { InstallSignalHandlers(); }
+
#else
#if defined(SK_BUILD_FOR_MAC)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698