2022-09-30 00:17:28 +00:00
|
|
|
import /system/etc/init/hw/init.zygote64.rc
|
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
|
2020-06-16 19:03:57 +00:00
|
|
|
task_profiles ProcessCapacityHigh MaxPerformance
|