Merge "Reapply 1339871138: Only apply schedTune boost to top-app tasks"
This commit is contained in:
commit
dce4b65fe0
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
|
||||||
onrestart restart media
|
onrestart restart media
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
onrestart restart wificond
|
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
|
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||||
class main
|
class main
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
||||||
onrestart restart media
|
onrestart restart media
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
onrestart restart wificond
|
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
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||||
class main
|
class main
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue