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