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

/art/runtime/base/
H A Dlogging.h143 #define VLOG(module) if (VLOG_IS_ON(module)) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream() macro
300 // The members of this struct are the valid arguments to VLOG and VLOG_IS_ON in code,

Completed in 488 milliseconds