summaryrefslogtreecommitdiff
path: root/boottime_tools
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2020-11-06 14:29:38 -0800
committerKeun-young Park <keunyoung@google.com>2020-11-06 23:34:31 +0000
commit07d9da008ac6f3889242336bdc475dc32bc3bf09 (patch)
treee7fdbf105916f75f082b98e17721dfc4d86f78fe /boottime_tools
parent0bc01362cf9f881ec31ce04b21c817e49802c669 (diff)
downloadextras-07d9da008ac6f3889242336bdc475dc32bc3bf09.tar.gz
Update bootanalyze config
- add apex and packagemanager timing Bug: 172575422 Test: run bootanalyze Change-Id: I8a5491dfd2aeda197e86ba8d64d751147aab3f23
Diffstat (limited to 'boottime_tools')
-rw-r--r--boottime_tools/bootanalyze/config.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/boottime_tools/bootanalyze/config.yaml b/boottime_tools/bootanalyze/config.yaml
index e4f0ef42..d6590fdb 100644
--- a/boottime_tools/bootanalyze/config.yaml
+++ b/boottime_tools/bootanalyze/config.yaml
@@ -2,6 +2,7 @@
time_correction_key: correction
timings:
system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
+ package_manager: PackageSettingsTiming\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
fs_shutdown: (?P<name>boot_fs_shutdown),(?P<time>[0-9]+),([0-9]+)
ueventd_secs: ueventd:\s(?P<name>\S.+)\stook\s(?P<time>[.0-9]+)\sseconds
@@ -16,6 +17,9 @@ events:
android_init_1st_stage: init first stage started
android_init_2st_stage: init second stage started
late_init: processing action \(late-init\)
+ apexd_activated: apexd.*Marking APEXd as activated
+ apexd_bootstrapping_done: apexd.*Bootstrapping done
+ apexd_ready: apexd.*Marking APEXd as ready
fs: processing action \(fs\)
post-fs: processing action \(post-fs\)
late-fs: processing action \(late-fs\)
@@ -57,7 +61,7 @@ events:
KeyguardShown: KeyguardServiceDelegate.*\*\*\*\* SHOWN CALLED \*\*\*\*
BootComplete: Starting phase 1000
BootComplete_kernel: processing action \(sys\.boot_completed=1\)
- LauncherStart: START.*HOME.*(NexusLauncherActivity|GEL|LensPickerTrampolineActivity|SetupWizardActivity|CarLauncher)
+ LauncherStart: START.*HOME.*(NexusLauncherActivity|GEL|LensPickerTrampolineActivity|SetupWizard|CarLauncher)
FsStat: fs_stat, partition:userdata stat:(0x\S+)
shutdown_events:
ShutdownStart: ShutdownThread:\sNotifying thread to start shutdown