modality_vision : video_helper : log header - undefine LOG & disables logs 22/265222/1 accepted/tizen/unified/20211013.061717 submit/tizen/20211013.024459
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 13 Oct 2021 01:37:38 +0000 (10:37 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 13 Oct 2021 01:44:12 +0000 (10:44 +0900)
Change-Id: I9b70d91281d2eea70406b283b112564c069de7a5

src/modules/modality_vision/video_helper/mv_log_cfg.h

index 424aad4..1251d04 100644 (file)
@@ -20,7 +20,6 @@
 #include <dlog.h>
 
 /* #define ROOTSTRAP_OUT // enables logs to console */
-#define ROOTSTRAP_OUT
 #define TEXT_RED     "\x1b[31m"
 #define TEXT_GREEN   "\x1b[32m"
 #define TEXT_YELLOW  "\x1b[33m"
 
 #ifdef ROOTSTRAP_OUT
 
+#undef LOGD
+#undef LOGI
+#undef LOGW
+#undef LOGE
+
 #define LOGD(...)                                 \
 do {                                              \
        printf("<%s:%d>", __FUNCTION__, __LINE__);    \