Home
last modified time | relevance | path

Searched refs:LOGE0 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp77 #define LOGE0(...) ((void)__android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
85 #define LOGE0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) macro
92 #define LOGE(_str, ...) LOGE0(_str , ## __VA_ARGS__)
276 LOGE0("\n %s: ERROR: OpenCV Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
278 LOGE0("\n %s: ERROR: Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
280 LOGE0("\n %s: ERROR: UNKNOWN Exception caught\n\n", CV_Func); \
298LOGE0("DetectionBasedTracker: workcycleObjectDetectorFunction: ERROR concerning pointer, received … in workcycleObjectDetectorFunction()