tree: b5d334b3b2789b8b919388b8c4f31b2bcd97cd26 [path history] [tgz]
  1. stressfs/
  2. Android.mk
  3. bootanalyze.py
  4. bugreport_anayze.py
  5. config.yaml
  6. README.md
tools/bootanalyze/README.md

bootanalyze

The bootanalyze tool helps to profile boot timing.

Per specific product modify config.yaml file to include events you are looking for. Config should look like:

stop_event: <logcat log message which will terminate log collection after reboot>
events:
  event1_name: <pattern that matches log message>
  event2_.....

On some devise clock is showing incorrect time for first couple of seconds after boot. To ensure correct adjustment of time, one has to include event in config that will be present in dmesg log after clock correction.