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

/system/core/include/log/
H A Dlog.h47 * Normally we strip ALOGV (VERBOSE messages) from release builds.
90 #ifndef ALOGV
93 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro
95 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro

Completed in 422 milliseconds