Add input event profile to mitigate input latency of input threads
Bug: 347122505 Test: manual dump Perfetto Change-Id: I224fa31a7358fcd32dfb1c3fa9dec35101e97163
This commit is contained in:
parent
60d8d17fbc
commit
72b0186a38
1 changed files with 4 additions and 0 deletions
|
|
@ -689,6 +689,10 @@
|
|||
{
|
||||
"Name": "OtaProfiles",
|
||||
"Profiles": [ "ServiceCapacityLow", "LowIoPriority", "HighEnergySaving" ]
|
||||
},
|
||||
{
|
||||
"Name": "InputPolicy",
|
||||
"Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue