修改IPC冻结应用异步通知写法

Signed-off-by: SKY2001 <songtianyu10@huawei.com>
This commit is contained in:
SKY2001
2025-11-29 11:47:18 +08:00
parent 02a1d60e98
commit 9347320ece
@@ -206,7 +206,7 @@ void AppSchedulerProxy::ScheduleMemoryCommon(const int32_t level, const uint32_t
{
MessageParcel data;
MessageParcel reply;
MessageOption option(MessageOption::TF_ASYNC_WAKEUP_LATER);
MessageOption option(MessageOption::TF_ASYNC | MessageOption::TF_ASYNC_WAKEUP_LATER);
if (!WriteInterfaceToken(data)) {
return;
}