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,
98 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
103 if (VLOG_IS_ON(module)) \

Completed in 447 milliseconds