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

/art/libartbase/base/
H A Dlogging.h35 // The members of this struct are the valid arguments to VLOG and VLOG_IS_ON in code,
102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)

Completed in 49 milliseconds