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   PackageManagerInit_ready: StartPackageManagerService took to complete
     44   BluetoothService_start: Starting com.android.server.BluetoothService
     45   SystemUi_start: for service com.android.systemui/.
     46   CarLauncherReady: Em.Overview:\s*onResume
     47   CarService_start: for service com.android.car/.CarService
     48   BootAnimStart: starting service 'bootanim'
     49   BootAnimSfWait: BootAnimation:\sWaiting\sfor\sSurfaceFlinger\stook\s
     50   BootAnimShowStart: BootAnimation:\sBootAnimationShownTiming\sstart\stime
     51   BootAnimStopRequest: TELLING SURFACE FLINGER WE ARE BOOTED
     52   BootAnimEnd: Service 'bootanim'
     53   KeyguardStart: KeyguardServiceDelegate.*\*\*\* Keyguard started
     54   KeyguardConnected: KeyguardServiceDelegate.*\*\*\* Keyguard connected
     55   KeyguardShown: KeyguardServiceDelegate.*\*\*\*\* SHOWN CALLED \*\*\*\*
     56   BootComplete: Starting phase 1000
     57   BootComplete_kernel: processing action \(sys\.boot_completed=1\)
     58   LauncherStart: START.*HOME.*(NexusLauncherActivity|GEL|LensPickerTrampolineActivity|SetupWizardActivity)
     59   FsStat: fs_stat, partition:userdata stat:(0x\S+)
     60 
     61