Searched refs:GTMLoggerDebug (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | GTMLogger.h | 327 #define GTMLoggerDebug(...) \ macro 339 #undef GTMLoggerDebug 340 #define GTMLoggerDebug(...) do {} while(0) macro
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 523 GTMLoggerDebug(@"Reporter Interval: %f", interval); 525 GTMLoggerDebug(@"Within throttling interval, not sending report"); 690 GTMLoggerDebug(@"Reporter Launched, argc=%d", argc); 699 GTMLoggerDebug(@"reporter initialization failed"); 710 GTMLoggerDebug(@"Skipping confirmation and sending report"); 723 GTMLoggerDebug(@"!pw - %s", strerror(errno)); 728 GTMLoggerDebug(@"setgid(pw->pw_gid) == -1 - %s", strerror(errno)); 733 GTMLoggerDebug(@"setuid(pw->pw_uid) == -1 - %s", strerror(errno)); 738 GTMLoggerDebug(@"getuid() !=0 || geteuid() != 0"); 742 GTMLoggerDebug(@"Sending Report"); [all …]
|
D | uploader.mm | 92 GTMLoggerDebug(@"Couldn't open config file %s - %s", 100 GTMLoggerDebug(@"Couldn't unlink config file %s - %s", 357 GTMLoggerDebug(@"Cannot find temp tar log file: %@", logTarFile); 528 GTMLoggerDebug(@"Breakpad Uploader: successful upload report ID = %s\n",
|