From ed04112ef990133de083552efd6ac2c032856f21 Mon Sep 17 00:00:00 2001 From: wangkexin Date: Tue, 30 Apr 2024 12:12:05 +0000 Subject: [PATCH] update frameworks/libhilog/base/hilog_base.c. Signed-off-by: wangkexin --- frameworks/libhilog/base/hilog_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/libhilog/base/hilog_base.c b/frameworks/libhilog/base/hilog_base.c index 7e344f6..9846ee8 100644 --- a/frameworks/libhilog/base/hilog_base.c +++ b/frameworks/libhilog/base/hilog_base.c @@ -92,7 +92,7 @@ int HiLogBasePrintArgs( #ifndef __RECV_MSG_WITH_UCRED_ header.pid = getpid(); #endif - header.tid = (uint32_t)(gettid()); + // header.tid = (uint32_t)(gettid()); header.domain = domain; return SendMessage(&header, tag, tagLen + 1, buf, logLen + 1); -- Gitee