Searched defs:LOG_IF (Results 1 - 1 of 1) sorted by last modified time

/system/extras/perfprofd/quipper/base/
H A Dlogging.h27 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
40 // compiles. LOG_IF and development flags also work well together
48 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
141 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
189 #define LOG_IF(severity, condition) \ macro
206 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
665 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG;\

Completed in 51 milliseconds