!2418 添加日志打印

Merge pull request !2418 from shenpeixing/master
This commit is contained in:
openharmony_ci 2024-11-18 04:03:50 +00:00 committed by Gitee
commit a3a863c035
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;