From 461636dbf65f0dcac79de40109891675277d7d9a Mon Sep 17 00:00:00 2001 From: zouheng <18179045811@163.com> Date: Thu, 28 Aug 2025 19:39:33 +0800 Subject: [PATCH] =?UTF-8?q?ani=5Flocal=5Flive=5Fview=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouheng <18179045811@163.com> --- frameworks/ets/ani/src/manager/ani_local_live_view.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/ets/ani/src/manager/ani_local_live_view.cpp b/frameworks/ets/ani/src/manager/ani_local_live_view.cpp index 975e50ca1..046e106e6 100644 --- a/frameworks/ets/ani/src/manager/ani_local_live_view.cpp +++ b/frameworks/ets/ani/src/manager/ani_local_live_view.cpp @@ -31,14 +31,14 @@ void AniTriggerSystemLiveView( if (!NotificationSts::UnwrapBundleOption(env, bundleOptionObj, bundleOption)) { OHOS::NotificationSts::ThrowError(env, OHOS::Notification::ERROR_INTERNAL_ERROR, NotificationSts::FindAnsErrMsg(OHOS::Notification::ERROR_INTERNAL_ERROR)); - ANS_LOGE("AniTriggerSystemLiveView bundleOption ERROR_INTERNAL_ERROR"); + ANS_LOGE("AniTriggerSystemLiveView UnwrapBundleOption ERROR_INTERNAL_ERROR"); return; } NotificationSts::ButtonOption buttonOption; if (NotificationSts::UnWarpNotificationButtonOption(env, buttonOptionsObj, buttonOption) != ANI_OK) { OHOS::NotificationSts::ThrowError(env, OHOS::Notification::ERROR_INTERNAL_ERROR, NotificationSts::FindAnsErrMsg(OHOS::Notification::ERROR_INTERNAL_ERROR)); - ANS_LOGE("AniTriggerSystemLiveView buttonOption ERROR_INTERNAL_ERROR"); + ANS_LOGE("AniTriggerSystemLiveView UnWarpNotificationButtonOption ERROR_INTERNAL_ERROR"); return; } int returncode = OHOS::Notification::NotificationHelper::TriggerLocalLiveView(bundleOption, -- Gitee