Merge "Start statsd before starting zygote" into rvc-dev am: 163548736a am: 544726ece9

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/11975342

Change-Id: Ie64c81f7e9128a45ffcd653691cecd43ce90e0ad
This commit is contained in:
Keun-young Park 2020-06-24 21:55:35 +00:00 committed by Automerger Merge Worker
commit 611c753727

View file

@ -824,6 +824,7 @@ on zygote-start && property:persist.sys.fuse=""
on zygote-start && property:ro.crypto.state=unencrypted
# A/B update verifier that marks a successful boot.
exec_start update_verifier_nonencrypted
start statsd
start netd
start zygote
start zygote_secondary
@ -831,6 +832,7 @@ on zygote-start && property:ro.crypto.state=unencrypted
on zygote-start && property:ro.crypto.state=unsupported
# A/B update verifier that marks a successful boot.
exec_start update_verifier_nonencrypted
start statsd
start netd
start zygote
start zygote_secondary
@ -838,6 +840,7 @@ on zygote-start && property:ro.crypto.state=unsupported
on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
# A/B update verifier that marks a successful boot.
exec_start update_verifier_nonencrypted
start statsd
start netd
start zygote
start zygote_secondary