Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h229 #define DLOG_IS_ON(severity) LOG_IS_ON(severity) macro
233 #define DLOG_IS_ON(severity) false macro
262 LOG_LAZY_EVAL(DLOG_IS_ON(severity) && (condition), LOG_MESSAGE_STREAM_COMPACT(severity))
280 LOG_LAZY_EVAL(DLOG_IS_ON(severity) && (condition), PLOG_MESSAGE_STREAM_COMPACT(severity))