1# bootanalyze # 2 3The bootanalyze tool helps to profile boot timing. 4 5Per specific product modify config.yaml file to include 6events you are looking for. Config should look like: 7 8 stop_event: <logcat log message which will terminate log collection after reboot> 9 events: 10 event1_name: <pattern that matches log message> 11 event2_..... 12 13On some devise clock is showing incorrect time for first couple of seconds after boot. 14To ensure correct adjustment of time, one has to include event in config that will 15be present in dmesg log after clock correction. 16