Searched defs:DEBUG_LOG (Results 1 – 6 of 6) sorted by relevance
38 #define DEBUG_LOG ALOGE macro40 #define DEBUG_LOG(...) ((void)0) macro
30 #define DEBUG_LOG(fd, fmt, ...) fprintf(fd, fmt, __VA_ARGS__); macro32 #define DEBUG_LOG(fd, fmt, ...) macro
41 #define DEBUG_LOG 0 macro
40 #define DEBUG_LOG 0 macro
27 #define DEBUG_LOG(...) do { if (kDebugStyles) { ALOGI(__VA_ARGS__); } } while(0) macro
36 #define DEBUG_LOG 0 macro