| 39 | std::string gFakeDebugLog; |
| 40 | |
| 41 | void |
| 42 | enableFakeDebugLog() |
| 43 | { |
| 44 | fakeDebugLogEnabled = true; |
| 45 | gFakeDebugLog.assign(""); |
| 46 | } |
| 47 | |
| 48 | void |
| 49 | DbgCtl::print(const char *tag, const char * /* file */, const char * /* function */, int /* line */, const char *fmt, ...) |