• Home
  • History
  • Annotate
  • only in /packages/services/Car/tools/bootanalyze/
NameDateSize

..11-Jun-20184 KiB

Android.mk11-Jun-2018713

bootanalyze.py11-Jun-201830.8 KiB

bugreport_anayze.py11-Jun-201813.5 KiB

config.yaml11-Jun-20184.6 KiB

README.md11-Jun-2018569

stressfs/11-Jun-20184 KiB

README.md

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