Merge "Resync zygote64 and zygote64_32 rc files." am: 9f7a19d0f3 am: df1a5bf61f
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2239035 Change-Id: If63ef21d2341da5ae830329234e5edb99109aa99 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cf976b85b4
2 changed files with 3 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server
|
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
||||||
class main
|
class main
|
||||||
priority -20
|
priority -20
|
||||||
user root
|
user root
|
||||||
|
|
@ -13,5 +13,5 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
|
||||||
onrestart restart media.tuner
|
onrestart restart media.tuner
|
||||||
onrestart restart netd
|
onrestart restart netd
|
||||||
onrestart restart wificond
|
onrestart restart wificond
|
||||||
task_profiles ProcessCapacityHigh
|
task_profiles ProcessCapacityHigh MaxPerformance
|
||||||
critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,4 @@
|
||||||
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
import /system/etc/init/hw/init.zygote64.rc
|
||||||
class main
|
|
||||||
priority -20
|
|
||||||
user root
|
|
||||||
group root readproc reserved_disk
|
|
||||||
socket zygote stream 660 root system
|
|
||||||
socket usap_pool_primary stream 660 root system
|
|
||||||
onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse
|
|
||||||
onrestart write /sys/power/state on
|
|
||||||
onrestart restart audioserver
|
|
||||||
onrestart restart cameraserver
|
|
||||||
onrestart restart media
|
|
||||||
onrestart restart media.tuner
|
|
||||||
onrestart restart netd
|
|
||||||
onrestart restart wificond
|
|
||||||
task_profiles ProcessCapacityHigh MaxPerformance
|
|
||||||
critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|
|
||||||
|
|
||||||
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
||||||
class main
|
class main
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue