1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/client/mac/tests/testlogging.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +// This file exists to override the processor logging for unit tests, 1.5 +// since it confuses XCode into thinking unit tests have failed. 1.6 +#include <sstream> 1.7 + 1.8 +namespace google_breakpad { 1.9 +extern std::ostringstream info_log; 1.10 +} 1.11 + 1.12 +#define BPLOG_INFO_STREAM google_breakpad::info_log