From 43c4d998cf8bb5875479d84cb5e5c253a7a11af6 Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Tue, 4 Aug 2015 12:05:45 -0700 Subject: [PATCH] perfboot.py: check 2 more event logs by default 'sf_stop_bootanim' is useful for tracking the time wasted by showing the 'outro' part of the boot animation. 'wm_boot_animation_done' is also useful for tracking user perceived boot time. (cherry-pick of cbcf2778c39e9da2e29ebdf1038b6116a76ff22e) Bug: 22207911 Change-Id: I3549338a2161fa29675993c239f57809270797f8 --- init/perfboot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/perfboot.py b/init/perfboot.py index 82f7e673c..8f2096aa8 100755 --- a/init/perfboot.py +++ b/init/perfboot.py @@ -66,6 +66,8 @@ _DEFAULT_EVENT_TAGS = [ 'boot_progress_pms_ready', 'boot_progress_ams_ready', 'boot_progress_enable_screen', + 'sf_stop_bootanim', + 'wm_boot_animation_done', ]