ndk-depends.cc | 170 void log_n(int n, const TCHAR* fmt, ...) { function in namespace:__anon35061 179 #define LOG_N(level,...) \ 180 ({ if (g_verbose >= (level)) log_n((level), __VA_ARGS__); }) 182 #define LOG(...) LOG_N(1,__VA_ARGS__) 183 #define LOG2(...) LOG_N(2,__VA_ARGS__) [all...] |