mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-02 02:12:47 +02:00
* Added breakpad support for Linux.
This commit is contained in:
9
thirdparty/breakpad/client/mac/tests/testlogging.h
vendored
Normal file
9
thirdparty/breakpad/client/mac/tests/testlogging.h
vendored
Normal file
@@ -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 <sstream>
|
||||
|
||||
namespace google_breakpad {
|
||||
extern std::ostringstream info_log;
|
||||
}
|
||||
|
||||
#define BPLOG_INFO_STREAM google_breakpad::info_log
|
Reference in New Issue
Block a user