Searched defs:DLOG_IF (Results 1 - 1 of 1) sorted by path

/system/extras/perfprofd/quipper/base/
H A Dlogging.h37 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
339 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
391 // This behavior is different from DLOG_IF et al.

Completed in 81 milliseconds