blob: 13ef27ea04424228994302e86ae7e9f471b6e322 [file] [log] [blame]
James Hawkins6bff6392016-01-21 15:16:36 -08001# This file is the LOCAL_INIT_RC file for the bootstat command.
2
3on post-fs-data
4 mkdir /data/misc/bootstat 0700 root root
5
6# This marker, boot animation stopped, is considered the point at which the
7# the user may interact with the device, so it is a good proxy for the boot
8# complete signal.
9on property:init.svc.bootanim=stopped
10 # Record boot_complete timing event.
11 exec - root root -- /system/bin/bootstat -r boot_complete
12
James Hawkinsa4a1a4a2016-02-09 15:32:38 -080013 # Record the boot reason.
14 exec - root root -- /system/bin/bootstat --record_boot_reason
15
James Hawkins53684ea2016-02-23 16:18:19 -080016 # Record time since factory reset.
17 exec - root root -- /system/bin/bootstat --record_time_since_factory_reset
18
James Hawkins6bff6392016-01-21 15:16:36 -080019 # Log all boot events.
20 exec - root root -- /system/bin/bootstat -l