Reapply 13398711387e9ce1: Only apply schedTune boost to top-app tasks

Parts of this change were accidentally reverted by an incorrect
manual merge conflict resolution.

Bug: 35306127
Test: manual
Change-Id: I8e6d6b07dcaa548775213dd42ba9def7431c62d3
This commit is contained in:
Narayan Kamath 2017-02-13 17:32:45 +00:00
parent fd87c062ab
commit eeabbeba16
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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