Merge "Start statsd before starting zygote" into rvc-dev
This commit is contained in:
commit
163548736a
1 changed files with 3 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ on zygote-start && property:persist.sys.fuse=""
|
||||||
on zygote-start && property:ro.crypto.state=unencrypted
|
on zygote-start && property:ro.crypto.state=unencrypted
|
||||||
# A/B update verifier that marks a successful boot.
|
# A/B update verifier that marks a successful boot.
|
||||||
exec_start update_verifier_nonencrypted
|
exec_start update_verifier_nonencrypted
|
||||||
|
start statsd
|
||||||
start netd
|
start netd
|
||||||
start zygote
|
start zygote
|
||||||
start zygote_secondary
|
start zygote_secondary
|
||||||
|
|
@ -831,6 +832,7 @@ on zygote-start && property:ro.crypto.state=unencrypted
|
||||||
on zygote-start && property:ro.crypto.state=unsupported
|
on zygote-start && property:ro.crypto.state=unsupported
|
||||||
# A/B update verifier that marks a successful boot.
|
# A/B update verifier that marks a successful boot.
|
||||||
exec_start update_verifier_nonencrypted
|
exec_start update_verifier_nonencrypted
|
||||||
|
start statsd
|
||||||
start netd
|
start netd
|
||||||
start zygote
|
start zygote
|
||||||
start zygote_secondary
|
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
|
on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
|
||||||
# A/B update verifier that marks a successful boot.
|
# A/B update verifier that marks a successful boot.
|
||||||
exec_start update_verifier_nonencrypted
|
exec_start update_verifier_nonencrypted
|
||||||
|
start statsd
|
||||||
start netd
|
start netd
|
||||||
start zygote
|
start zygote
|
||||||
start zygote_secondary
|
start zygote_secondary
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue