Searched defs:DEBUG_LOG (Results 1 – 3 of 3) sorted by relevance
34 #define DEBUG_LOG ALOGE macro36 #define DEBUG_LOG(...) ((void)0) macro
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