LOGD0 74 modules/objdetect/src/detection_based_tracker.cpp #define LOGD0(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) LOGD0 82 modules/objdetect/src/detection_based_tracker.cpp #define LOGD0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout))