Searched defs:DEBUG_LOG (Results 1 – 2 of 2) 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