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

Side by Side Diff: tools/CrashHandler.h

Issue 364033002: Gate CrashHandler with SK_CRASH_HANDLER. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/CrashHandler.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef CrashHandler_DEFINED 1 #ifndef CrashHandler_DEFINED
2 #define CrashHandler_DEFINED 2 #define CrashHandler_DEFINED
3 3
4 // If possible (and not already done) register a handler for a stack trace when we crash. 4 // If possible (and not already done), and SK_CRASH_HANDLER is defined,
5 // Currently this works on Linux and Mac, hopefully Windows soon. 5 // register a handler for a stack trace when we crash.
6 // On Linux, you will get much better results than we can deliver by running "ca tchsegv <program>". 6 //
7 // Currently this works on Linux and Mac and Windows, but on Linux, you will
8 // get much better results than we can deliver by running "catchsegv <program>".
7 void SetupCrashHandler(); 9 void SetupCrashHandler();
8 10
9 #endif//CrashHandler_DEFINED 11 #endif//CrashHandler_DEFINED
OLDNEW
« no previous file with comments | « no previous file | tools/CrashHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698