Set auto prefer idle task name
Set InputDispatche and InputReader prefer idle explicitly, which is a workaround and should be removed after they become ADPF. Bug: 366146314 Flag: NONE init rc file change does not support flags Test: tasks set as expected Change-Id: Ica1cc1bcf44205f6ccfb09529a52107b1c5091b3
This commit is contained in:
parent
348defd241
commit
76b662b189
1 changed files with 3 additions and 0 deletions
|
@ -234,6 +234,9 @@ on property:sys.boot_completed=1
|
||||||
write /proc/vendor_sched/priority_task_name "ExoPlayer:Place"
|
write /proc/vendor_sched/priority_task_name "ExoPlayer:Place"
|
||||||
write /proc/vendor_sched/priority_task_boost_value 742
|
write /proc/vendor_sched/priority_task_boost_value 742
|
||||||
|
|
||||||
|
# To be removed after InputDispatche and InputReader become ADPF
|
||||||
|
write /proc/vendor_sched/prefer_idle_task_name "InputDispatcher,InputReader"
|
||||||
|
|
||||||
# MTE
|
# MTE
|
||||||
on property:persist.device_config.runtime_native_boot.mode_override=sync
|
on property:persist.device_config.runtime_native_boot.mode_override=sync
|
||||||
# Per-core mode overrides.
|
# Per-core mode overrides.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue