From: Dongju Chae Date: Fri, 15 Oct 2021 10:15:55 +0000 (+0900) Subject: [DLOG] change dlog tag name X-Git-Tag: submit/tizen/20220103.094045~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3099e7523fb644f8e9af6c4e6d55cc8e712b13b;p=platform%2Fadaptation%2Fnpu%2Ftrix-engine.git [DLOG] change dlog tag name This patch changes dlog tag name from npu-engine to TRIV2. Signed-off-by: Dongju Chae --- 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__)