upstream hooking into google3 crash handler for better stacktraces

BUG=skia:

Review URL: https://codereview.chromium.org/821643006
This commit is contained in:
mtklein 2015-01-14 06:38:28 -08:00 committed by Commit bot
parent 8018e680a4
commit b47bba7c77

View File

@ -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)