Searched refs:__RLOGV (Results 1 - 1 of 1) sorted by relevance
/system/core/include/log/ | ||
H A D | log.h | 307 #define __RLOGV(...) \ macro 310 #define RLOGV(...) do { if (0) { __RLOGV(__VA_ARGS__); } } while (0) 312 #define RLOGV(...) __RLOGV(__VA_ARGS__) |
Completed in 71 milliseconds