Merge "Set input thread priority to RT - try 4" into main am: 00503ef565 am: b2f688236a
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3345976 Change-Id: Ieb1f315619e1d236fdc5016f2e9a28af555da771 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cbdb5c5812
1 changed files with 14 additions and 1 deletions
|
|
@ -202,6 +202,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "RealTimeInputScheduling",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "SetSchedulerPolicy",
|
||||
"Params":
|
||||
{
|
||||
"Policy": "SCHED_FIFO",
|
||||
"Priority": "2"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "CameraServicePerformance",
|
||||
"Actions": [
|
||||
|
|
@ -704,7 +717,7 @@
|
|||
},
|
||||
{
|
||||
"Name": "InputPolicy",
|
||||
"Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
|
||||
"Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue