summaryrefslogtreecommitdiff
path: root/boottime_tools/bootanalyze/README.md
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2018-03-23 11:28:59 -0700
committerWei Wang <wvw@google.com>2018-03-23 11:28:59 -0700
commitbbf73e5412c44e643a7b751f24099cd3891adfc3 (patch)
tree7e4d0fa8f0ec93e8fbfc31833d2bddb7eef93d48 /boottime_tools/bootanalyze/README.md
parent56f68caff62f404cff5491b3e84e3d031781db32 (diff)
downloadextras-bbf73e5412c44e643a7b751f24099cd3891adfc3.tar.gz
Move boottime tools to system folder
Bug: 65481007 Test: Build Change-Id: I66b280ff4fe06b47084ce4279705582e3d4d0330
Diffstat (limited to 'boottime_tools/bootanalyze/README.md')
-rw-r--r--boottime_tools/bootanalyze/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/boottime_tools/bootanalyze/README.md b/boottime_tools/bootanalyze/README.md
new file mode 100644
index 00000000..d6e0412f
--- /dev/null
+++ b/boottime_tools/bootanalyze/README.md
@@ -0,0 +1,15 @@
+# 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.