mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
update ipc/native/src/core/source/ipc_thread_skeleton.cpp.
Signed-off-by: wangwang <wangwang16@huawei.com>
This commit is contained in:
parent
1412c58a18
commit
ea024b7f75
@ -81,6 +81,7 @@ void IPCThreadSkeleton::MakeTlsKey()
|
||||
ZLOGE(LOG_LABEL, "pthread_key_create fail, ret:%{public}d", ret);
|
||||
return;
|
||||
}
|
||||
ZLOGD(LOG_LABEL, "key:%{public}d", TLSKey_);
|
||||
}
|
||||
|
||||
void IPCThreadSkeleton::GetVaildInstance(IPCThreadSkeleton *&instance)
|
||||
|
Loading…
Reference in New Issue
Block a user