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

/system/core/libcutils/
H A Dloghack.h30 #define ALOGV(...) ALOG("V", __VA_ARGS__) macro
/system/core/include/log/
H A Dlog.h50 * Normally we strip ALOGV (VERBOSE messages) from release builds.
76 #ifndef ALOGV
78 #define ALOGV(...) ((void)0) macro
80 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro

Completed in 129 milliseconds