diff --git a/services/src/concurrent_task_controller.cpp b/services/src/concurrent_task_controller.cpp index d8639e2b3d18ca419beae00aa17cf3e0005c794c..b18bd7f82f3f8da0cb5cee07cd6f121b82d29b40 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; }