From 3aca1522c4e0d7790565b27eed58c7d58c9c6eaf Mon Sep 17 00:00:00 2001 From: fengyang Date: Thu, 5 Dec 2024 11:35:45 +0800 Subject: [PATCH] =?UTF-8?q?reportEvent=E6=8E=A5=E5=8F=A3=E5=BC=82=E6=AD=A5?= =?UTF-8?q?=E5=8C=96=20=EF=BC=88cherry=20picked=20commit=20from=20=20Signed-off-b?= =?UTF-8?q?y:=20fengyang=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/innerkits/src/bundle_active_proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/src/bundle_active_proxy.cpp b/interfaces/innerkits/src/bundle_active_proxy.cpp index 0ba604b..c560ed7 100644 --- a/interfaces/innerkits/src/bundle_active_proxy.cpp +++ b/interfaces/innerkits/src/bundle_active_proxy.cpp @@ -23,7 +23,7 @@ ErrCode BundleActiveProxy::ReportEvent(BundleActiveEvent& event, const int32_t u { MessageParcel data; MessageParcel reply; - MessageOption option; + MessageOption option = { MessageOption::TF_ASYNC }; if (!data.WriteInterfaceToken(GetDescriptor())) { return ERR_PARCEL_WRITE_FALIED; } -- Gitee