Home
last modified time | relevance | path

Searched refs:__ALOGV (Results 1 – 1 of 1) sorted by relevance

/system/core/include/log/
Dlog.h91 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
93 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
95 #define ALOGV(...) __ALOGV(__VA_ARGS__)