Merge "Reapply 13398711387e9ce1: Only apply schedTune boost to top-app tasks" am: dce4b65fe0
am: 9babb434ed
am: 321a861b79
am: dd950ba9d4
Change-Id: I5b247c8fcbc76f9c36a203011fb693bafab7eb6c
This commit is contained in:
commit
4787663322
|
@ -11,7 +11,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
|
|||
onrestart restart media
|
||||
onrestart restart netd
|
||||
onrestart restart wificond
|
||||
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
|
||||
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||
class main
|
||||
|
|
|
@ -11,7 +11,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
|||
onrestart restart media
|
||||
onrestart restart netd
|
||||
onrestart restart wificond
|
||||
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
|
||||
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||
class main
|
||||
|
|
Loading…
Reference in New Issue