From 51e77f9ca860a224360de1877660b122759e67d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=8D=9A=E6=98=8E?= Date: Tue, 30 Apr 2024 12:08:37 +0000 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗博明 --- 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..0e353d3 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());x2 header.domain = domain; return SendMessage(&header, tag, tagLen + 1, buf, logLen + 1); -- Gitee