Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43c4d998 authored by Yusuke Sato's avatar Yusuke Sato
Browse files

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 cbcf2778)

Bug: 22207911
Change-Id: I3549338a2161fa29675993c239f57809270797f8
parent 81fd50c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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',
]