michael@0: // This file exists to override the processor logging for unit tests, michael@0: // since it confuses XCode into thinking unit tests have failed. michael@0: #include michael@0: michael@0: namespace google_breakpad { michael@0: extern std::ostringstream info_log; michael@0: } michael@0: michael@0: #define BPLOG_INFO_STREAM google_breakpad::info_log