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

Unified Diff: crash_dumper.cc

Issue 2756002: Send crashes for official builds to prod crash server (Closed) Base URL: ssh://git@chromiumos-git//crash.git
Patch Set: Created 10 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
« no previous file with comments | « no previous file | crash_sender » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crash_dumper.cc
diff --git a/crash_dumper.cc b/crash_dumper.cc
index 0e0d2c7abec59bf0352a94696887b62b389314a4..52d18d7425d1d538db30bd3b5f157c6e71f0eb67 100644
--- a/crash_dumper.cc
+++ b/crash_dumper.cc
@@ -38,7 +38,7 @@ static google_breakpad::ExceptionHandler *s_breakpad_handler;
static bool s_enabled = false;
#define CHECK_CONDITION(_cond, _message) \
- do { if (!(_cond)) { fputs(_message, stderr); abort(); } } while(false)
+ do { if (!(_cond)) { fputs(_message"\n", stderr); abort(); } } while(false)
// This static object will cause anything that links in this object to get
// crash handling for the duration of this file's scope.
« no previous file with comments | « no previous file | crash_sender » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698