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. Bug: 22207911 Change-Id: I0481f93d08f49c0de07c46550d0a113074f30765
This commit is contained in:
parent
0f9ecfbf38
commit
cbcf2778c3
init
|
@ -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',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue