f2064c3a0d
In I3aad4b4b1d2f54db9e7ba86db8a655d8552bad0a we set MaxPerformance for zygote64_32, and in I7fcceeb22b722c2164b9acf0b517a32ce34731fd we synced up zygote64 to match this. However, this change never made it into the zygote32 rc file, which we fix here. Bug: 324014808 Test: Basic testing on 32-bit device Change-Id: I6f0c4490330d05551952fd5d844e02a6b638ca68
20 lines
878 B
Text
20 lines
878 B
Text
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|
|
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
|
|
# NOTE: If the wakelock name here is changed, then also
|
|
# update it in SystemSuspend.cpp
|
|
onrestart write /sys/power/wake_lock zygote_kwl
|
|
onrestart restart audioserver
|
|
onrestart restart cameraserver
|
|
onrestart restart media
|
|
onrestart restart --only-if-running media.tuner
|
|
onrestart restart netd
|
|
onrestart restart wificond
|
|
task_profiles ProcessCapacityHigh MaxPerformance
|
|
critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
|