Home
last modified time | relevance | path

Searched refs:LOG_IS_ON (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/quipper/base/
Dlogging.h168 #define LOG_IS_ON(severity) \ macro
188 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
190 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
211 LAZY_STREAM(PLOG_STREAM(severity), LOG_IS_ON(severity))
214 LAZY_STREAM(PLOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
324 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)