From fc00ad9d34777db02b5f77c8ecdb2cf846af3b25 Mon Sep 17 00:00:00 2001 From: chensihan Date: Fri, 28 Mar 2025 02:17:00 +0000 Subject: [PATCH] =?UTF-8?q?sa=E6=8B=89=E8=B5=B7=E5=A4=B1=E8=B4=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BF=9D=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chensihan --- services/backup_sa/src/module_ipc/sub_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/backup_sa/src/module_ipc/sub_service.cpp b/services/backup_sa/src/module_ipc/sub_service.cpp index 46921f1db..fcbfc1ad1 100644 --- a/services/backup_sa/src/module_ipc/sub_service.cpp +++ b/services/backup_sa/src/module_ipc/sub_service.cpp @@ -560,7 +560,7 @@ void Service::ExtConnectDied(const string &callName) backUpConnection->DisconnectBackupExtAbility(); } bool needCleanData = session_->GetClearDataFlag(callName); - if (!needCleanData) { + if (!needCleanData || SAUtils::IsSABundleName(callName)) { HILOGE("Current extension is died, but not need clean data, bundleName:%{public}s", callName.c_str()); SendEndAppGalleryNotify(callName); ClearSessionAndSchedInfo(callName); -- Gitee