Searched defs:VLOG_IS_ON (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dlogging.h37 // The members of this struct are the valid arguments to VLOG and VLOG_IS_ON in code,
103 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
108 if (VLOG_IS_ON(module)) \

Completed in 40 milliseconds