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