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

Signed-off-by: wangwang <wangwang16@huawei.com>
This commit is contained in:
wangwang 2024-10-11 06:18:53 +00:00 committed by Gitee
parent ea024b7f75
commit 66368e2c43
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -108,7 +108,7 @@ void *IPCWorkThread::ThreadHandler(void *args)
ZLOGE(LOG_LABEL, "set thread name:%{public}s fail, ret:%{public}d", threadName.c_str(), ret);
} else {
IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(param->proto);
ZLOGI(LOG_LABEL, "proto:%{public}d policy:%{public}d name:%{public}s invoker:%{public}u ",
ZLOGI(LOG_LABEL, "proto:%{public}d policy:%{public}d name:%{public}s invoker:%{public}u",
param->proto, param->policy, threadName.c_str(), ProcessSkeleton::ConvertAddr(invoker));
}
IPCThreadSkeleton::SaveThreadName(threadName);