mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-23 06:50:35 +00:00
update
Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
parent
e0c8dd0749
commit
18a0c98d41
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user