From 65ecf8aea7de86d7290d290cf03e09e54bc59e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E9=B9=8F=E7=A8=8B?= Date: Sat, 9 Mar 2024 02:24:43 +0000 Subject: [PATCH] update interfaces/inner_api/client/src/app_domain_verify_mgr_client.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 夏鹏程 Signed-off-by: xpchero --- .../client/src/app_domain_verify_mgr_client.cpp | 1 - patches/patches.json | 14 ++++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/interfaces/inner_api/client/src/app_domain_verify_mgr_client.cpp b/interfaces/inner_api/client/src/app_domain_verify_mgr_client.cpp index bae082a1..9fe7aa9f 100644 --- a/interfaces/inner_api/client/src/app_domain_verify_mgr_client.cpp +++ b/interfaces/inner_api/client/src/app_domain_verify_mgr_client.cpp @@ -32,7 +32,6 @@ AppDomainVerifyMgrClient::AppDomainVerifyMgrClient() } AppDomainVerifyMgrClient::~AppDomainVerifyMgrClient() { - APP_DOMAIN_VERIFY_HILOGD(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "%s called", __func__); std::lock_guard autoLock(proxyLock_); if (appDomainVerifyMgrServiceProxy_ != nullptr && !staticDestoryMonitor_.IsDestoryed()) { auto remoteObject = appDomainVerifyMgrServiceProxy_->AsObject(); diff --git a/patches/patches.json b/patches/patches.json index b3a82f54..097ca66c 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1,7 +1,13 @@ { "patches": [{ - "project": "productdefine_common", - "path": "productdefine/common", - "pr_url": "https://gitee.com/openharmony/productdefine_common/pulls/844" - }] + "project": "productdefine_common", + "path": "productdefine/common", + "pr_url": "https://gitee.com/openharmony/productdefine_common/pulls/844" + }, + { + "project": "systemabilitymgr_samgr", + "path": "foundation/systemabilitymgr/samgr", + "pr_url": "https://gitee.com/openharmony/systemabilitymgr_samgr/pulls/758" + } + ] } \ No newline at end of file