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

Commit 88a579a1 authored by James Hawkins's avatar James Hawkins
Browse files

bootstat: Fix the boot complete signal for FBE devices.

FBE devices suffice with bootanim=stopped, but must be gated on
ro.crypto.type=file.

Bug: 33049941
Test: adb reboot && adb logcat | grep bootstat < Has output
Change-Id: I346d47aaf9d1d4b40f05906056849630b922a20d
(cherry picked from commit e4079fbd)
parent c86dbc9a
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -11,13 +11,8 @@ on post-fs-data
on post-fs-data && property:init.svc.bootanim=running
    exec - root root -- /system/bin/bootstat -r post_decrypt_time_elapsed

# The first marker, boot animation stopped, is considered the point at which
# the user may interact with the device, so it is a good proxy for the boot
# complete signal.
#
# The second marker ensures an encrypted device is decrypted before logging
# boot time data.
on property:init.svc.bootanim=stopped && property:vold.decrypt=trigger_restart_framework
# Record boot complete metrics.
on property:sys.boot_completed=1
    # Record boot_complete and related stats (decryption, etc).
    exec - root root -- /system/bin/bootstat --record_boot_complete