From 2239b57cc120769d046e1937d45064730450bcec Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 18 Jan 2023 02:11:40 +0000 Subject: [PATCH] bootstat.rc: remove trigger that logged post_decrypt_time_elapsed I missed this in commit d76e4e01c9fe ("bootstat: remove unused FDE boot events") (https://r.android.com/2232787). Bug: 208476087 Change-Id: I7fca8257931607b40cb84e8e96a889472094ed6e --- bootstat/bootstat.rc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bootstat/bootstat.rc b/bootstat/bootstat.rc index 23f01d19b..22bd0e7a3 100644 --- a/bootstat/bootstat.rc +++ b/bootstat/bootstat.rc @@ -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