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