From 778fbaab959600895ff2f6153a790661f3a3ca9c Mon Sep 17 00:00:00 2001 From: plusOneSecond Date: Tue, 5 Dec 2023 07:39:20 +0000 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dlinux=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: plusOneSecond --- services/src/concurrent_task_controller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/src/concurrent_task_controller.cpp b/services/src/concurrent_task_controller.cpp index d8639e2..b18bd7f 100644 --- a/services/src/concurrent_task_controller.cpp +++ b/services/src/concurrent_task_controller.cpp @@ -672,8 +672,8 @@ bool ForegroundAppRecord::BeginScene() CONCUR_LOGI("Error begin scene in pid %{public}d", pid_); return false; } - OHOS::RME::BeginFrameFreq(grpId_, 0); - OHOS::RME::EndFrameFreq(grpId_); + OHOS::RME::BeginFrameFreq(0); + OHOS::RME::EndFrameFreq(0); return true; } -- Gitee