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

Commit 674271c5 authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Merge "bootstat.rc: record post_decrypt_time_elapsed only for FDE device" am: 936738b8

am: e6ceb5a5

Change-Id: Ia993abb2aa0fe2c7eae248d195d2e263677955c2
parents 948f18c5 e6ceb5a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ on post-fs-data
#
# post-fs-data: /data is writable
# property:init.svc.bootanim=running: The boot animation is running
on post-fs-data && property:init.svc.bootanim=running
# property:ro.crypto.type=block: FDE device
on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block
    exec - root root -- /system/bin/bootstat -r post_decrypt_time_elapsed

# sys.logbootcomplete is a signal to enable the bootstat logging mechanism.