2014-05-21 10:20:42 +00:00
|
|
|
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
|
|
|
class main
|
2016-05-19 00:40:41 +00:00
|
|
|
priority -20
|
2016-11-02 20:35:12 +00:00
|
|
|
user root
|
2018-01-06 00:16:49 +00:00
|
|
|
group root readproc reserved_disk
|
2014-05-21 10:20:42 +00:00
|
|
|
socket zygote stream 660 root system
|
2019-02-22 19:35:08 +00:00
|
|
|
socket usap_pool_primary stream 660 root system
|
2014-05-21 10:20:42 +00:00
|
|
|
onrestart write /sys/power/state on
|
2015-10-30 21:17:25 +00:00
|
|
|
onrestart restart audioserver
|
2015-12-04 00:32:12 +00:00
|
|
|
onrestart restart cameraserver
|
2014-05-21 10:20:42 +00:00
|
|
|
onrestart restart media
|
|
|
|
onrestart restart netd
|
2016-12-20 19:28:04 +00:00
|
|
|
onrestart restart wificond
|
2017-02-13 17:32:45 +00:00
|
|
|
writepid /dev/cpuset/foreground/tasks
|
2014-05-21 10:20:42 +00:00
|
|
|
|
2017-02-07 16:08:42 +00:00
|
|
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
2014-05-21 10:20:42 +00:00
|
|
|
class main
|
2016-05-19 00:40:41 +00:00
|
|
|
priority -20
|
2016-11-02 20:35:12 +00:00
|
|
|
user root
|
2018-01-06 00:16:49 +00:00
|
|
|
group root readproc reserved_disk
|
2014-05-21 10:20:42 +00:00
|
|
|
socket zygote_secondary stream 660 root system
|
2019-02-22 19:35:08 +00:00
|
|
|
socket usap_pool_secondary stream 660 root system
|
2014-05-21 10:20:42 +00:00
|
|
|
onrestart restart zygote
|
2016-05-05 23:10:53 +00:00
|
|
|
writepid /dev/cpuset/foreground/tasks
|