From 4621ee06914b2ebe963c93ea78fabf982cf670df Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Thu, 23 Sep 2010 14:55:50 +0000 Subject: Write a window of memory around the instruction pointer from the crashing thread to the minidump on OS X. R=nealsid at http://breakpad.appspot.com/200001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@699 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/tests/testlogging.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/client/mac/tests/testlogging.h (limited to 'src/client/mac/tests/testlogging.h') diff --git a/src/client/mac/tests/testlogging.h b/src/client/mac/tests/testlogging.h new file mode 100644 index 00000000..c6b6be69 --- /dev/null +++ b/src/client/mac/tests/testlogging.h @@ -0,0 +1,9 @@ +// This file exists to override the processor logging for unit tests, +// since it confuses XCode into thinking unit tests have failed. +#include + +namespace google_breakpad { +extern std::ostringstream info_log; +} + +#define BPLOG_INFO_STREAM google_breakpad::info_log -- cgit v1.2.1