From 52da71d47b8af5d3796cb0b4bb626de66a0a8435 Mon Sep 17 00:00:00 2001 From: Liana Kazanova Date: Wed, 6 Nov 2024 21:42:29 +0000 Subject: [PATCH] Revert "Set input thread priority to RT - try 3" This reverts commit a2bd0e6b5db1023638e351cb1c55870b4fb8af8f. Reason for revert:DroidMonitor: Potential culprit for http://b/377739155 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I4c2b686aaf291db819d37711d4427d0094ca2295 --- libprocessgroup/profiles/task_profiles.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index d61939f29..feda3b49c 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -202,19 +202,6 @@ } ] }, - { - "Name": "RealTimeInputScheduling", - "Actions": [ - { - "Name": "SetSchedulerPolicy", - "Params": - { - "Policy": "SCHED_FIFO", - "Priority": "98" - } - } - ] - }, { "Name": "CameraServicePerformance", "Actions": [ @@ -717,7 +704,7 @@ }, { "Name": "InputPolicy", - "Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ] + "Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ] } ] }