Searched defs:LOGV (Results 1 – 2 of 2) sorted by relevance
60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) macro
66 private static final boolean LOGV = false; field in CameraGLTest