mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-23 06:50:35 +00:00
添加日志打印
Signed-off-by: shenpeixing <shenpeixing2@huawei.com>
This commit is contained in:
parent
db0ab44969
commit
d61669a876
@ -196,6 +196,7 @@ int32_t CloudServiceImpl::DoClean(const CloudInfo &cloudInfo, const std::map<std
|
||||
syncManager_.StopCloudSync(cloudInfo.user);
|
||||
for (const auto &[bundle, action] : actions) {
|
||||
if (!cloudInfo.Exist(bundle)) {
|
||||
ZLOGW("user:%{public}d, bundleName:%{public}s is not exist", cloudInfo.user, bundle.c_str());
|
||||
continue;
|
||||
}
|
||||
SchemaMeta schemaMeta;
|
||||
|
Loading…
Reference in New Issue
Block a user