Merge "Set input thread priority to RT - try 4" into main am: 00503ef565
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3345976 Change-Id: I8f077200a8593028751d8c05b2493c8fbea0b3f2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b2f688236a
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