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

Unified Diff: tools/CrashHandler.h

Issue 913733002: rewrite ambiguous comment (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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.h
diff --git a/tools/CrashHandler.h b/tools/CrashHandler.h
index 606e81ef75d78fc5e8ee1968a43af684782db45f..d1275c7ccb54d92518fcb370cddc6a3bec5b0f30 100644
--- a/tools/CrashHandler.h
+++ b/tools/CrashHandler.h
@@ -4,8 +4,8 @@
// If possible (and not already done), and SK_CRASH_HANDLER is defined,
// register a handler for a stack trace when we crash.
//
-// Currently this works on Linux and Mac and Windows, but on Linux, you will
-// get much better results than we can deliver by running "catchsegv <program>".
+// Currently this works on Linux and Mac and Windows.
+// On Linux, our output is garbage compared to catchsegv. Use catchsegv if possible.
void SetupCrashHandler();
#endif//CrashHandler_DEFINED
« 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