mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-26 17:41:17 +00:00
fix: deleta log print incase to Improve interface speed
Signed-off-by: wangwang16 <wangwang16@huawei.com>
This commit is contained in:
parent
a34a8711a0
commit
69d57d75ca
@ -303,7 +303,7 @@ private:
|
||||
|
||||
std::recursive_mutex serialRecursiveMutex_;
|
||||
bool serialInvokeFlag_;
|
||||
uint64_t lastRequestTime_;
|
||||
std::atomic<uint64_t> lastRequestTime_;
|
||||
std::atomic<bool> requestSidFlag_ = false;
|
||||
};
|
||||
} // namespace OHOS
|
||||
|
@ -269,8 +269,6 @@ bool ProcessSkeleton::IsValidObject(IRemoteObject *object, std::u16string &desc)
|
||||
auto it = validObjectRecord_.find(object);
|
||||
if (it != validObjectRecord_.end()) {
|
||||
desc = it->second;
|
||||
ZLOGD(LOG_LABEL, "%{public}u descriptor:%{public}s", ConvertAddr(object),
|
||||
ConvertToSecureDesc(Str16ToStr8(desc)).c_str());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user