Merge "Set input thread priority to RT - try 3" into main

This commit is contained in:
Treehugger Robot 2024-11-06 18:53:25 +00:00 committed by Gerrit Code Review
commit 04130ee930

View file

@ -202,6 +202,19 @@
}
]
},
{
"Name": "RealTimeInputScheduling",
"Actions": [
{
"Name": "SetSchedulerPolicy",
"Params":
{
"Policy": "SCHED_FIFO",
"Priority": "98"
}
}
]
},
{
"Name": "CameraServicePerformance",
"Actions": [
@ -704,7 +717,7 @@
},
{
"Name": "InputPolicy",
"Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
"Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
}
]
}