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

Commit b3523f9a authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge "bootstat.rc: remove trigger that logged post_decrypt_time_elapsed" am:...

Merge "bootstat.rc: remove trigger that logged post_decrypt_time_elapsed" am: 90b384ad am: a0c02c78 am: 04ba4e65

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



Change-Id: Ibe632145d4f51dbef0404e3c1e0985424b4ef656
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0d94252d 04ba4e65
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -40,15 +40,6 @@ on post-fs-data
    chown system log /data/misc/bootstat/time_since_last_boot
    # end ota transitional support

# Record the time at which the user has successfully entered the pin to decrypt
# the device, /data is decrypted, and the system is entering the main boot phase.
#
# post-fs-data: /data is writable
# property:init.svc.bootanim=running: The boot animation is running
# property:ro.crypto.type=block: FDE device
on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block
    exec_background - system log -- /system/bin/bootstat -r post_decrypt_time_elapsed

# Initialize bootstat state machine.
#
# sys.bootstat.first_boot_completed: responsible for making sure that record_boot_complete happens