Skip to content
Snippets Groups Projects
Commit 6787f6b4 authored by George Nachman's avatar George Nachman
Browse files

Add crashlog messages to pinned messages so that you can create a debug log to...

Add crashlog messages to pinned messages so that you can create a debug log to report issues like the tab bar going bonkers.
parent deb68535
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -201,6 +201,8 @@ void LogForNextCrash(const char *file, int line, const char *function, NSString*
@synchronized (object) {
[handleToUse writeData:[string dataUsingEncoding:NSUTF8StringEncoding]];
}
AppendPinnedDebugLogMessage(@"CrashLogMessage", string);
}
 
static void StartDebugLogging() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment