mirror of
https://github.com/followmsi/android_vendor.git
synced 2024-11-06 21:55:44 +00:00
mido: configs: Disable unsupported perf resources
E ANDR-PERF-OPTSHANDLER: Perflock resource /proc/sys/kernel/sched_spill_nr_run not supported E ANDR-PERF-RESOURCEQS: Failed to apply optimization [3, 11] E ANDR-PERF-OPTSHANDLER: Perflock resource /proc/sys/kernel/sched_restrict_cluster_spill not supported E ANDR-PERF-RESOURCEQS: Failed to apply optimization [3, 13]
This commit is contained in:
parent
3721b62b30
commit
c83c2110dc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<!-- SCHED_SPILL_NR_RUN resource opcode, value-->
|
||||
<!-- SCHED_RESTRICT_CLUSTER_SPILL resource opcode, value-->
|
||||
<Config
|
||||
Id="0x00001081" Type="1" Enable="true" Timeout="2000"
|
||||
Id="0x00001081" Type="1" Enable="false" Timeout="2000"
|
||||
Resources="0x40C00000, 0x1, 0x40800100, 0x690, 0x40C2C000, 0x1, 0x40C34000, 0x0" />
|
||||
|
||||
<!--app lauch boost (disabling packing)-->
|
||||
|
|
Loading…
Reference in a new issue