Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c65ea752 authored by Keun-young Park's avatar Keun-young Park Committed by Automerger Merge Worker
Browse files

Merge "Start statsd before starting zygote" into rvc-dev am: 16354873 am:...

Merge "Start statsd before starting zygote" into rvc-dev am: 16354873 am: 544726ec am: 611c7537

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

Change-Id: I04d0e2737611a46a5f7d28917d5a9c7f623ca713
parents 6aaa178d 611c7537
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -827,6 +827,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
@@ -834,6 +835,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
@@ -841,6 +843,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