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

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

View File

@ -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)