mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
update ipc/native/src/core/source/ipc_workthread.cpp.
Signed-off-by: wangwang <wangwang16@huawei.com>
This commit is contained in:
parent
e1f94ebb2f
commit
df99ad6631
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user