[DLOG] change dlog tag name
authorDongju Chae <dongju.chae@samsung.com>
Fri, 15 Oct 2021 10:15:55 +0000 (19:15 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 18 Oct 2021 06:37:54 +0000 (15:37 +0900)
This patch changes dlog tag name from npu-engine to TRIV2.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
src/core/utils/ne-utils.h

index 11fa1ad..079342d 100644 (file)
@@ -42,7 +42,7 @@
 #ifdef __TIZEN__
 #include <dlog.h>
 
-#define TAG_NAME "npu-engine"
+#define TAG_NAME "TRIV2"
 
 #define ml_logi(...) dlog_print (DLOG_INFO, TAG_NAME, __VA_ARGS__)
 #define ml_logw(...) dlog_print (DLOG_WARN, TAG_NAME, __VA_ARGS__)