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

am: 674271c508

Change-Id: I7dd2fe777b08df8fd94161e79fb0dcbd94008281
This commit is contained in:
Wei Wang 2017-02-10 21:40:55 +00:00 committed by android-build-merger
commit 9e200058b7
1 changed files with 2 additions and 1 deletions

View File

@ -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.