From 87b2ff6752f9cecc6b4beceebd468ff6b183b269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=A5=E7=BB=B4?= Date: Fri, 25 Jul 2025 07:48:33 +0000 Subject: [PATCH] update frameworks/native/runtime/js_runtime_lite.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 查维 --- frameworks/native/runtime/js_runtime_lite.cpp | 2 +- services/abilitymgr/src/ability_manager_service.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/native/runtime/js_runtime_lite.cpp b/frameworks/native/runtime/js_runtime_lite.cpp index c0d76a71c4..be3c815213 100644 --- a/frameworks/native/runtime/js_runtime_lite.cpp +++ b/frameworks/native/runtime/js_runtime_lite.cpp @@ -479,7 +479,7 @@ void JsRuntimeLite::GetPkgContextInfoListMap(const std::mapfirst.c_str()); + TAG_LOGD(AAFwkTag::JSRUNTIME, "moduleName: %{public}s parse json success", it->first.c_str()); pkgContextInfoMap[it->first] = pkgContextInfoList; } } diff --git a/services/abilitymgr/src/ability_manager_service.cpp b/services/abilitymgr/src/ability_manager_service.cpp index a450f130ff..734e6ac8f6 100644 --- a/services/abilitymgr/src/ability_manager_service.cpp +++ b/services/abilitymgr/src/ability_manager_service.cpp @@ -8195,7 +8195,7 @@ void AbilityManagerService::RemoveUnauthorizedLaunchReasonMessage(const Want &wa std::string value = want.GetStringParam(Want::PARM_LAUNCH_REASON_MESSAGE); TAG_LOGD(AAFwkTag::ABILITYMGR, "launchReasonMessage:%{public}s", value.c_str()); if (!AppUtils::GetInstance().IsSystemReasonMessage(value)) { - TAG_LOGW(AAFwkTag::ABILITYMGR, "not in allowlist, remove"); + TAG_LOGW(AAFwkTag::ABILITYMGR, "not allow, remove"); (const_cast(want)).RemoveParam(Want::PARM_LAUNCH_REASON_MESSAGE); abilityRequest.want.RemoveParam(Want::PARM_LAUNCH_REASON_MESSAGE); return;