xref: /aosp_15_r20/system/extras/boottime_tools/bootanalyze/config.yaml (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
1*288bf522SAndroid Build Coastguard Worker#YAML
2*288bf522SAndroid Build Coastguard Workertime_correction_key: correction
3*288bf522SAndroid Build Coastguard Workertimings:
4*288bf522SAndroid Build Coastguard Worker  system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
5*288bf522SAndroid Build Coastguard Worker  package_manager: PackageSettingsTiming\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
6*288bf522SAndroid Build Coastguard Worker  system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
7*288bf522SAndroid Build Coastguard Worker  fs_shutdown: (?P<name>boot_fs_shutdown),(?P<time>[0-9]+),([0-9]+)
8*288bf522SAndroid Build Coastguard Worker  ueventd_secs: ueventd:\s(?P<name>\S.+)\stook\s(?P<time>[.0-9]+)\sseconds
9*288bf522SAndroid Build Coastguard Worker  init_command_ms: init:\sCommand\s(?P<name>\S.+)\sreturned.*took\s(?P<time>[.0-9]+)ms
10*288bf522SAndroid Build Coastguard Worker  init_service_exec_secs: init:\sService\s.*exec\s\S+\s\((?P<name>\S.+)\).*pid.*\swaiting\stook\s(?P<time>[.0-9]+)\sseconds
11*288bf522SAndroid Build Coastguard Worker  zygote64_timing: (?P<name>Zygote64Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms
12*288bf522SAndroid Build Coastguard Worker  zygote32_timing: (?P<name>Zygote32Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms
13*288bf522SAndroid Build Coastguard Worker  long_monitor_contention_secs: \s(?P<component>\S+)\sLong\smonitor\scontention\swith\sowner\s(?P<name>\S.+).*\sfor\s(?P<time>[.0-9]+)s
14*288bf522SAndroid Build Coastguard Worker  long_monitor_contention_ms: \s(?P<component>\S+)\sLong\smonitor\scontention\swith\sowner\s(?P<name>\S.+).*\sfor\s(?P<time>[.0-9]+)ms
15*288bf522SAndroid Build Coastguard Workerevents:
16*288bf522SAndroid Build Coastguard Worker  kernel: Linux version
17*288bf522SAndroid Build Coastguard Worker  android_init_1st_stage: init first stage started
18*288bf522SAndroid Build Coastguard Worker  android_init_2st_stage: init second stage started
19*288bf522SAndroid Build Coastguard Worker  late_init: processing action \(late-init\)
20*288bf522SAndroid Build Coastguard Worker  apexd_activated: apexd.*Marking APEXd as activated
21*288bf522SAndroid Build Coastguard Worker  apexd_bootstrapping_done: apexd.*Bootstrapping done
22*288bf522SAndroid Build Coastguard Worker  apexd_ready: apexd.*Marking APEXd as ready
23*288bf522SAndroid Build Coastguard Worker  fs: processing action \(fs\)
24*288bf522SAndroid Build Coastguard Worker  post-fs: processing action \(post-fs\)
25*288bf522SAndroid Build Coastguard Worker  late-fs: processing action \(late-fs\)
26*288bf522SAndroid Build Coastguard Worker  post-fs-data: processing action \(post-fs-data\)
27*288bf522SAndroid Build Coastguard Worker  nonencrypted: processing action \(nonencrypted\)
28*288bf522SAndroid Build Coastguard Worker  vold:  starting service 'vold'
29*288bf522SAndroid Build Coastguard Worker  starting_zygote: starting service 'zygote'
30*288bf522SAndroid Build Coastguard Worker  starting_zygote_secondary: starting service 'zygote_secondary'
31*288bf522SAndroid Build Coastguard Worker  load_persist_props_action: processing action \(load_persist_props_action\)
32*288bf522SAndroid Build Coastguard Worker  early-boot: processing action \(early-boot\)
33*288bf522SAndroid Build Coastguard Worker  boot: processing action \(boot\)
34*288bf522SAndroid Build Coastguard Worker  ueventd: Starting service 'ueventd'
35*288bf522SAndroid Build Coastguard Worker  system_mounted: target=/system
36*288bf522SAndroid Build Coastguard Worker  data_mounted: target=/data
37*288bf522SAndroid Build Coastguard Worker  correction: Updating system time diff=([0-9]+\.?[0-9]*), cuttime=([0-9]+)
38*288bf522SAndroid Build Coastguard Worker  servicemanager_start_by_init: starting service 'servicemanager'
39*288bf522SAndroid Build Coastguard Worker  zygoteInit: START com.android.internal.os.ZygoteInit
40*288bf522SAndroid Build Coastguard Worker  ZygoteMainSystemServer: app_process\smain\swith\sargv.*\-\-start\-system\-server
41*288bf522SAndroid Build Coastguard Worker  ZygoteMainOthers: app_process\smain\swith\sargv
42*288bf522SAndroid Build Coastguard Worker  zygote_preload_start: Zygote\s*:\s*begin preload
43*288bf522SAndroid Build Coastguard Worker  zygote_preload_classes_start: Zygote\s*:\s*Preloading classes...
44*288bf522SAndroid Build Coastguard Worker  zygote_preload_res_start: Zygote\s*:\s*Preloading resources...
45*288bf522SAndroid Build Coastguard Worker  zygote_preload_end: Zygote\s*:\s*end preload
46*288bf522SAndroid Build Coastguard Worker  zygote_create_system_server: Zygote\s*:\s*System server process [0-9]* has been created
47*288bf522SAndroid Build Coastguard Worker  SystemServer_start: Entered the Android system server!
48*288bf522SAndroid Build Coastguard Worker  system_server_ready: Enabled StrictMode for system server main
49*288bf522SAndroid Build Coastguard Worker  PackageManagerInit_start: SystemServer\s*:\s*StartPackageManagerService
50*288bf522SAndroid Build Coastguard Worker  BluetoothService_start: Starting com.android.server.BluetoothService
51*288bf522SAndroid Build Coastguard Worker  SystemUi_start: for service com.android.systemui/.
52*288bf522SAndroid Build Coastguard Worker  CarLauncherReady: Em.Overview:\s*onResume
53*288bf522SAndroid Build Coastguard Worker  CarService_start: for service com.android.car/.CarService
54*288bf522SAndroid Build Coastguard Worker  BootAnimStart: starting service 'bootanim'
55*288bf522SAndroid Build Coastguard Worker  BootAnimSfWait: BootAnimation:\sWaiting\sfor\sSurfaceFlinger\stook\s
56*288bf522SAndroid Build Coastguard Worker  BootAnimShowStart: BootAnimation:\sBootAnimationShownTiming\sstart\stime
57*288bf522SAndroid Build Coastguard Worker  BootAnimStopRequest: TELLING SURFACE FLINGER WE ARE BOOTED
58*288bf522SAndroid Build Coastguard Worker  BootAnimEnd: Service 'bootanim'
59*288bf522SAndroid Build Coastguard Worker  KeyguardStart: KeyguardServiceDelegate.*\*\*\* Keyguard started
60*288bf522SAndroid Build Coastguard Worker  KeyguardConnected: KeyguardServiceDelegate.*\*\*\* Keyguard connected
61*288bf522SAndroid Build Coastguard Worker  KeyguardShown: KeyguardServiceDelegate.*\*\*\*\* SHOWN CALLED \*\*\*\*
62*288bf522SAndroid Build Coastguard Worker  BootComplete: Starting phase 1000
63*288bf522SAndroid Build Coastguard Worker  BootComplete_kernel: processing action \(sys\.boot_completed=1\)
64*288bf522SAndroid Build Coastguard Worker  LauncherStart: START.*HOME.*(NexusLauncherActivity|GEL|LensPickerTrampolineActivity|SetupWizard|CarLauncher|launcher.*Launcher|LoginLauncherActivity)
65*288bf522SAndroid Build Coastguard Worker  FsStat: fs_stat, partition:userdata stat:(0x\S+)
66*288bf522SAndroid Build Coastguard Worker  CarWatchdogBootupProfilingComplete: Switching to PERIODIC_COLLECTION and PERIODIC_MONITOR
67*288bf522SAndroid Build Coastguard Workershutdown_events:
68*288bf522SAndroid Build Coastguard Worker  ShutdownStart: ShutdownThread:\sNotifying thread to start shutdown
69*288bf522SAndroid Build Coastguard Worker  ShutdownBroadcast: ShutdownThread:\sSending shutdown broadcast
70*288bf522SAndroid Build Coastguard Worker  ShutdownActivityManagerService: ShutdownThread:\sShutting down activity manager
71*288bf522SAndroid Build Coastguard Worker  ShutdownPackageManagerService: ShutdownThread:\sShutting down package manager
72*288bf522SAndroid Build Coastguard Worker  ShutdownNfc: ShutdownThread:\sTurning off NFC
73*288bf522SAndroid Build Coastguard Worker  ShutdownBt: ShutdownThread:\sDisabling Bluetooth
74*288bf522SAndroid Build Coastguard Worker  ShutdownRadio: ShutdownThread:\sTurning off cellular radios
75*288bf522SAndroid Build Coastguard Worker  ShutdownRadiosWait: ShutdownThread:\sWaiting for NFC, Bluetooth and Radio
76*288bf522SAndroid Build Coastguard Worker  ShutdownBtDone: ShutdownThread:\sBluetooth turned off
77*288bf522SAndroid Build Coastguard Worker  ShutdownRadioDone: ShutdownThread:\sRadio turned off
78*288bf522SAndroid Build Coastguard Worker  ShutdownNfcDone: ShutdownThread:\sNFC turned off
79*288bf522SAndroid Build Coastguard Worker  ShutdownRadiosWaitDone: ShutdownThread:\sNFC, Radio and Bluetooth shutdown complete
80*288bf522SAndroid Build Coastguard Worker  ShutdownRadiosWaitTimeout: ShutdownThread:\sTimed out waiting for NFC, Radio and Bluetooth shutdown
81*288bf522SAndroid Build Coastguard Worker  ShutdownStorageManagerSerivce: ShutdownThread:\sShutting down StorageManagerService
82*288bf522SAndroid Build Coastguard Worker  ShutdownStorageManagerSerivceDone: ShutdownThread:\sResult code [\d]+ from StorageManagerService\.shutdown
83*288bf522SAndroid Build Coastguard Worker  ShutdownStorageManagerSerivceTimeout: ShutdownThread:\sShutdown wait timed out
84*288bf522SAndroid Build Coastguard Worker  ShutdownStartDone: ShutdownThread:\sPerforming low-level shutdown
85*288bf522SAndroid Build Coastguard Worker  ShutdownInitAction: init\s+:\sprocessing action \(sys\.shutdown\.requested
86*288bf522SAndroid Build Coastguard Worker  ShutdownInitFsShutdown: init\s+:\sShutdown timeout
87