372e5474d4
Tests for Nexus9 device shows 450ms boot time speedup, 180ms for Nexus 5X. Bug: 28866384 Change-Id: Icefd130d4bfe5538dae5b9518250807351b0789e
16 lines
725 B
Text
16 lines
725 B
Text
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
|
class main
|
|
priority -20
|
|
socket zygote stream 660 root system
|
|
onrestart write /sys/android_power/request_state wake
|
|
onrestart write /sys/power/state on
|
|
onrestart restart media
|
|
onrestart restart netd
|
|
writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
|
|
|
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
|
class main
|
|
priority -20
|
|
socket zygote_secondary stream 660 root system
|
|
onrestart restart zygote
|
|
writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
|