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