Searched refs:GTMLoggerDebug (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/mac/
H A DGTMLogger.h105 // time. The exception to this rule is that calls to the GTMLoggerDebug() macro
108 // means that GTMLoggerDebug(@"hi") will be compiled out of Release builds, but
118 // GTMLoggerDebug(...)
155 // GTMLoggerDebug(@"foo = %@", foo);
325 // are how users should typically log to GTMLogger. Notice that GTMLoggerDebug()
327 #define GTMLoggerDebug(...) \ macro
336 // If we're not in a debug build, remove the GTMLoggerDebug statements. This
337 // makes calls to GTMLoggerDebug "compile out" of Release builds
339 #undef GTMLoggerDebug macro
340 #define GTMLoggerDebug( macro
[all...]

Completed in 502 milliseconds