Searched refs:LOGD0 (Results 1 – 1 of 1) sorted by relevance
74 #define LOGD0(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro82 #define LOGD0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) macro89 #define LOGD(_str, ...) LOGD0(_str , ## __VA_ARGS__)