From 4023294a2aaffb89a9a3f72c1a2b28838233d6f7 Mon Sep 17 00:00:00 2001 From: hunili Date: Tue, 10 Sep 2024 09:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=9E=E4=B8=BB=E6=9B=B4=E6=96=B0=20issue:?= =?UTF-8?q?=20https://gitee.com/openharmony/filemanagement=5Fapp=5Ffile=5F?= =?UTF-8?q?service/issues/IAQ3ZB=20Signed-off-by:=20hunili=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/native/backup_ext/include/ext_extension.h | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/native/backup_ext/include/ext_extension.h b/frameworks/native/backup_ext/include/ext_extension.h index f369fc802..fc7eb7838 100644 --- a/frameworks/native/backup_ext/include/ext_extension.h +++ b/frameworks/native/backup_ext/include/ext_extension.h @@ -66,6 +66,7 @@ public: } bundleName_ = bundleName; threadPool_.Start(BConstants::EXTENSION_THREAD_POOL_COUNT); + SetStagingPathProperties(); } ~BackupExtExtension() { -- Gitee