Skip to content

Commit

Permalink
Merge "Start statsd before starting zygote" into rvc-dev
Browse files Browse the repository at this point in the history
Former-commit-id: 163548736aaecc896b73643daf32f72a7443e488
  • Loading branch information
Keun-young Park authored and Android (Google) Code Review committed Jun 24, 2020
2 parents 13ec6a6 + 3fae4ff commit bc1a2ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -824,20 +824,23 @@ 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

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

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
Expand Down

0 comments on commit bc1a2ef

Please sign in to comment.