* commit 'bb641d5f7714bdb8cd3ecc4f47cdd7c68e75d17a': Add zygote to the foreground cpuset.
This commit is contained in:
commit
c9b308d155
4 changed files with 6 additions and 2 deletions
|
|
@ -5,4 +5,4 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
onrestart restart media
|
onrestart restart media
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
|
writepid /dev/cpuset/foreground/tasks
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,10 @@ service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-s
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
onrestart restart media
|
onrestart restart media
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
|
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
|
||||||
socket zygote_secondary stream 660 root system
|
socket zygote_secondary stream 660 root system
|
||||||
onrestart restart zygote
|
onrestart restart zygote
|
||||||
|
writepid /dev/cpuset/foreground/tasks
|
||||||
|
|
@ -5,4 +5,4 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
onrestart restart media
|
onrestart restart media
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
|
writepid /dev/cpuset/foreground/tasks
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,10 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
||||||
onrestart write /sys/power/state on
|
onrestart write /sys/power/state on
|
||||||
onrestart restart media
|
onrestart restart media
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
|
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
|
||||||
socket zygote_secondary stream 660 root system
|
socket zygote_secondary stream 660 root system
|
||||||
onrestart restart zygote
|
onrestart restart zygote
|
||||||
|
writepid /dev/cpuset/foreground/tasks
|
||||||
Loading…
Add table
Reference in a new issue