mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-27 09:01:45 +00:00
update services/distributeddataservice/service/object/object_data_listener.cpp.
Signed-off-by: 郭琦11 <guoqi53@huawei.com>
This commit is contained in:
parent
87ebd472f5
commit
d8a8ee8870
@ -61,7 +61,7 @@ int32_t ObjectAssetsRecvListener::OnFinished(const std::string &srcNetworkId, co
|
||||
if (assetObj == nullptr) {
|
||||
ZLOGE("OnFinished error! status:%{public}d, srcNetworkId:%{public}s", result,
|
||||
DistributedData::Anonymous::Change(srcNetworkId).c_str());
|
||||
ObjectStore::RadarReporter::ReportFailError(std::string(__FUNCTION__), ObjectStore::DATA_RESTORE,
|
||||
ObjectStore::RadarReporter::ReportStageError(std::string(__FUNCTION__), ObjectStore::DATA_RESTORE,
|
||||
ObjectStore::ASSETS_RECV, ObjectStore::RADAR_FAILED, result);
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user