2022-09-30 02:17:28 +02:00
|
|
|
import /system/etc/init/hw/init.zygote64.rc
|
2014-05-21 12:20:42 +02:00
|
|
|
|
2017-02-07 17:08:42 +01:00
|
|
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
2014-05-21 12:20:42 +02:00
|
|
|
class main
|
2016-05-19 02:40:41 +02:00
|
|
|
priority -20
|
2016-11-02 21:35:12 +01:00
|
|
|
user root
|
2018-01-06 01:16:49 +01:00
|
|
|
group root readproc reserved_disk
|
2014-05-21 12:20:42 +02:00
|
|
|
socket zygote_secondary stream 660 root system
|
2019-02-22 20:35:08 +01:00
|
|
|
socket usap_pool_secondary stream 660 root system
|
2014-05-21 12:20:42 +02:00
|
|
|
onrestart restart zygote
|
2020-06-16 21:03:57 +02:00
|
|
|
task_profiles ProcessCapacityHigh MaxPerformance
|