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