LOGI 90 modules/objdetect/src/detection_based_tracker.cpp #define LOGI(_str, ...) LOGI0(_str , ## __VA_ARGS__) LOGI 95 modules/objdetect/src/detection_based_tracker.cpp #define LOGI(...) LOGI 16 modules/ts/include/opencv2/ts/ts_perf.hpp # define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, PERF_TESTS_LOG_TAG, __VA_ARGS__)) LOGI 21 modules/ts/include/opencv2/ts/ts_perf.hpp # define LOGI(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0)