From e3099e7523fb644f8e9af6c4e6d55cc8e712b13b Mon Sep 17 00:00:00 2001 From: Dongju Chae Date: Fri, 15 Oct 2021 19:15:55 +0900 Subject: [PATCH] [DLOG] change dlog tag name This patch changes dlog tag name from npu-engine to TRIV2. Signed-off-by: Dongju Chae --- src/core/utils/ne-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/utils/ne-utils.h b/src/core/utils/ne-utils.h index 11fa1ad..079342d 100644 --- a/src/core/utils/ne-utils.h +++ b/src/core/utils/ne-utils.h @@ -42,7 +42,7 @@ #ifdef __TIZEN__ #include -#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__) -- 2.7.4