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;