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