Searched defs:VLOG (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,
105 // VLOG(jni) << "A JNI operation was performed";
106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) macro

Completed in 3 milliseconds