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.h49 * Normally we strip ALOGV (VERBOSE messages) from release builds.
75 #ifndef ALOGV
78 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro
80 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro

Completed in 65 milliseconds