From 0959b44c2207d37bf62f3832418e527f487dbd11 Mon Sep 17 00:00:00 2001 From: markYao Date: Tue, 17 Dec 2024 10:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: markYao --- services/ans/src/common/notification_analytics_util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ans/src/common/notification_analytics_util.cpp b/services/ans/src/common/notification_analytics_util.cpp index 970d441c9..846b95adb 100644 --- a/services/ans/src/common/notification_analytics_util.cpp +++ b/services/ans/src/common/notification_analytics_util.cpp @@ -189,6 +189,7 @@ void NotificationAnalyticsUtil::CommonNotificationEvent(const sptrGetNotificationControlFlags())); IN_PROCESS_CALL_WITHOUT_RET(ReportNotificationEvent( request, want, eventCode, message.Build())); } -- Gitee