update ipc/native/src/core/source/ipc_workthread.cpp.

Signed-off-by: wangwang <wangwang16@huawei.com>
This commit is contained in:
wangwang 2024-10-10 09:17:03 +00:00 committed by Gitee
parent e1f94ebb2f
commit df99ad6631
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -111,7 +111,7 @@ void *IPCWorkThread::ThreadHandler(void *args)
param->proto, param->policy, threadName.c_str());
IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(param->proto);
if (invoker != nullptr) {
ZLOGI(LOG_LABEL, "invoker:%{public}u ", ProcessSkeleton::Convertaddr(invoker));
ZLOGI(LOG_LABEL, "invoker:%{public}u ", ProcessSkeleton::ConvertAddr(invoker));
}
}
IPCThreadSkeleton::SaveThreadName(threadName);