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

/system/core/include/log/
H A Dlog.h205 #ifndef SLOGV
208 #define SLOGV(...) do { if (0) { __SLOGV(__VA_ARGS__); } } while (0) macro
210 #define SLOGV(...) __SLOGV(__VA_ARGS__) macro

Completed in 61 milliseconds