diff --git a/frameworks/libhilog/base/hilog_base.c b/frameworks/libhilog/base/hilog_base.c index 7e344f657dc192886e543ac1e2aaed751e969b9d..0e353d35d8127f97f771ad6beab1e2173141e63f 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);