Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
yangliu 2024-09-07 17:57:37 +08:00
parent e0c8dd0749
commit 18a0c98d41

View File

@ -1060,7 +1060,8 @@ Status KVDBServiceImpl::DoSyncBegin(const std::vector<std::string> &devices, con
auto store = AutoCache::GetInstance().GetStore(meta, watcher);
if (store == nullptr) {
ZLOGE("GetStore failed! appId:%{public}s storeId:%{public}s storeId length:%{public}zu dir:%{public}s",
meta.bundleName.c_str(), Anonymous::Change(meta.storeId).c_str(), meta.storeId.size(), meta.dataDir.c_str());
meta.bundleName.c_str(), Anonymous::Change(meta.storeId).c_str(),
meta.storeId.size(), meta.dataDir.c_str());
RADAR_REPORT(STANDARD_DEVICE_SYNC, OPEN_STORE, RADAR_FAILED, ERROR_CODE, Status::ERROR, BIZ_STATE, END,
SYNC_STORE_ID, Anonymous::Change(meta.storeId), SYNC_APP_ID, meta.bundleName, CONCURRENT_ID,
std::to_string(info.syncId), DATA_TYPE, meta.dataType);