// This file exists to override the processor logging for unit tests,// since it confuses XCode into thinking unit tests have failed.#include <sstream>namespacegoogle_breakpad{externstd::ostringstreaminfo_log;}#define BPLOG_INFO_STREAM google_breakpad::info_log