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
diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json
index d61939f..feda3b4 100644
--- a/libprocessgroup/profiles/task_profiles.json
+++ b/libprocessgroup/profiles/task_profiles.json
@@ -203,19 +203,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" ]
}
]
}