20251125通过命令行尝试判断荣品RD-RK3588的开发板在Android13下是否重启了!?
2025/11/25 11:48
缘起:有同事报告RK3588莫名的重启!
通过命令行尝试判断荣品RD-RK3588的开发板在Android13下是否重启了!?
https://chat.deepseek.com/a/chat/s/ad625b7f-df62-4dba-946c-5b5db0f40528
RK3588 Android13重启检测方法
请问如何判断RK3588的Android13是否重启了?



在RK3588的Android 13系统中,可以通过以下几种方式判断系统是否发生了重启:
- 查看系统运行时间
通过ADB命令:
bash
adb shell cat /proc/uptime
adb shell uptime
adb shell cat /proc/version | grep "SMP"
在Android应用中:
java
public long getSystemUptime() {
return SystemClock.elapsedRealtime();
}
// 判断是否重启(如果当前运行时间很短)
public boolean isSystemRebooted() {
long uptime = SystemClock.elapsedRealtime();
return uptime < 5 * 60 * 1000; // 小于5分钟认为刚重启
}
- 检查系统日志
查看内核启动时间:
bash
adb shell dmesg | grep "BOOT"
adb shell dmesg | grep "Linux version"
查看Android系统日志:
bash
adb logcat -d -b events | grep "boot"
adb logcat -d | grep "SystemServer"


Microsoft Windows 版本 10.0.19045.6216
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $ su
rk3588_t:/ #
rk3588_t:/ # cat /proc/uptime
2541.97 18151.22
rk3588_t:/ #
rk3588_t:/ # uptime
03:45:07 up 42 min, 0 users, load average: 2.61, 2.34, 1.93
rk3588_t:/ #
rk3588_t:/ # cat /proc/version | grep "SMP"
Linux version 5.10.157 (jinhualong@jinhualong-LEGION-REN7000K-26IRX) (Android (8490178, based on r450784d) clang version 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6), LLD 14.0.6) #1 SMP PREEMPT Tue Nov 25 10:11:41 CST 2025
rk3588_t:/ #
rk3588_t:/ # dmesg | grep "BOOT"
1|rk3588_t:/ #
1|rk3588_t:/ # dmesg | grep "Linux version"
1.564250 Linux version 5.10.157 (jinhualong@jinhualong-LEGION-REN7000K-26IRX) (Android (8490178, based on r450784d) clang version 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6), LLD 14.0.6) #1 SMP PREEMPT Tue Nov 25 10:11:41 CST 2025
rk3588_t:/ #
rk3588_t:/ # logcat -d -b events | grep "boot"
01-01 12:00:03.717 381 381 I boot_progress_start: 3906
01-01 12:00:03.746 296 296 I auditd : type=1400 audit(0.0:39): avc: denied { open } for comm="BootAnimation" path="/dev/properties/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:bootanim:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
01-01 12:00:03.746 296 296 I auditd : type=1400 audit(0.0:40): avc: denied { getattr } for comm="BootAnimation" path="/dev/properties/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:bootanim:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
01-01 12:00:03.746 296 296 I auditd : type=1400 audit(0.0:41): avc: denied { map } for comm="BootAnimation" path="/dev/properties/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:bootanim:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1
01-01 12:00:03.746 296 296 I auditd : type=1400 audit(0.0:42): avc: denied { search } for comm="BootAnimation" name="data" dev="dm-8" ino=100 scontext=u:r:bootanim:s0 tcontext=u:object_r:system_data_file:s0:c512,c768 tclass=dir permissive=1
01-01 12:00:03.750 1 1 I auditd : type=1107 audit(0.0:43): uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { set } for property=sys.gmali.version pid=296 uid=1003 gid=1003 scontext=u:r:bootanim:s0 tcontext=u:object_r:system_prop:s0 tclass=property_service permissive=1'
01-01 12:00:04.053 491 491 I auditd : type=1400 audit(0.0:45): avc: denied { read } for comm="rockchip.drmser" name="mmcblk1boot0" dev="tmpfs" ino=477 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:04.053 491 491 I auditd : type=1400 audit(0.0:46): avc: denied { open } for comm="rockchip.drmser" path="/dev/block/mmcblk1boot0" dev="tmpfs" ino=477 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:04.053 491 491 I auditd : type=1400 audit(0.0:47): avc: denied { write } for comm="rockchip.drmser" name="mmcblk1" dev="tmpfs" ino=418 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:04.053 491 491 I auditd : type=1400 audit(0.0:48): avc: denied { getattr } for comm="rockchip.drmser" path="/dev/block/mmcblk1" dev="tmpfs" ino=418 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:04.110 491 491 I auditd : type=1400 audit(0.0:49): avc: denied { read write } for comm="rockchip.drmser" name="mmcblk1" dev="tmpfs" ino=418 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:04.110 491 491 I auditd : type=1400 audit(0.0:50): avc: denied { open } for comm="rockchip.drmser" path="/dev/block/mmcblk1" dev="tmpfs" ino=418 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:04.110 491 491 I auditd : type=1400 audit(0.0:51): avc: denied { getattr } for comm="rockchip.drmser" path="/dev/block/mmcblk1" dev="tmpfs" ino=418 scontext=u:r:np_rockchip_drmservice:s0 tcontext=u:object_r:uboot_block_device:s0 tclass=blk_file permissive=1
01-01 12:00:05.275 381 381 I boot_progress_preload_start: 5464
01-01 12:00:05.888 381 381 I boot_progress_preload_end: 6076
01-01 12:00:06.514 584 584 I boot_progress_system_run: 6703
01-01 12:00:07.145 584 584 I boot_progress_pms_start: 7334
01-01 12:00:07.216 584 584 I boot_progress_pms_system_scan_start: 7405
01-01 12:00:07.323 584 584 I boot_progress_pms_data_scan_start: 7511
01-01 12:00:07.324 584 584 I boot_progress_pms_scan_end: 7513
01-01 12:00:07.393 584 584 I boot_progress_pms_ready: 7582
11-25 02:14:21.148 584 584 I device_idle: 0,boot
11-25 02:14:21.148 584 584 I device_idle_light: 0,boot
11-25 02:14:21.601 584 584 I boot_progress_ams_ready: 8281
11-25 02:14:22.788 584 604 I boot_progress_enable_screen: 9469
11-25 02:14:23.314 295 1227 I sf_stop_bootanim: 9994
11-25 02:14:23.314 584 604 I wm_boot_animation_done: 9994
11-25 02:14:23.342 584 604 I uc_finish_user_boot: 0
rk3588_t:/ #
Microsoft Windows 版本 10.0.19045.6216
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $ su
rk3588_t:/ # logcat -d | grep "SystemServer"
01-01 12:00:06.513 584 584 D SystemServerTiming: InitBeforeStartServices
01-01 12:00:06.514 584 584 I SystemServer: Entered the Android system server!
01-01 12:00:06.719 584 584 I SystemServerInitThreadPool: Creating instance with 8 threads
01-01 12:00:07.019 584 584 V SystemServerTiming: InitBeforeStartServices took to complete: 505ms
01-01 12:00:07.019 584 584 D SystemServerTiming: StartServices
01-01 12:00:07.019 584 584 D SystemServerTiming: startBootstrapServices
01-01 12:00:07.019 584 584 D SystemServerTiming: StartWatchdog
01-01 12:00:07.025 584 584 V SystemServerTiming: StartWatchdog took to complete: 7ms
01-01 12:00:07.025 584 584 I SystemServer: Reading configuration...
01-01 12:00:07.025 584 584 D SystemServerTiming: ReadingSystemConfig
01-01 12:00:07.025 584 584 V SystemServerTiming: ReadingSystemConfig took to complete: 0ms
01-01 12:00:07.025 584 584 D SystemServerTiming: PlatformCompat
01-01 12:00:07.025 584 608 D SystemServerTimingAsync: InitThreadPoolExec:ReadingSystemConfig
01-01 12:00:07.025 584 608 D SystemServerInitThreadPool: Started executing ReadingSystemConfig
01-01 12:00:07.040 584 584 V SystemServerTiming: PlatformCompat took to complete: 15ms
01-01 12:00:07.040 584 584 D SystemServerTiming: StartFileIntegrityService
01-01 12:00:07.041 584 584 V SystemServerTiming: StartFileIntegrityService took to complete: 1ms
01-01 12:00:07.041 584 584 D SystemServerTiming: StartInstaller
01-01 12:00:07.042 584 584 V SystemServerTiming: StartInstaller took to complete: 1ms
01-01 12:00:07.042 584 584 D SystemServerTiming: DeviceIdentifiersPolicyService
01-01 12:00:07.042 584 584 V SystemServerTiming: DeviceIdentifiersPolicyService took to complete: 0ms
01-01 12:00:07.042 584 584 D SystemServerTiming: UriGrantsManagerService
01-01 12:00:07.043 584 584 V SystemServerTiming: UriGrantsManagerService took to complete: 0ms
01-01 12:00:07.043 584 584 D SystemServerTiming: StartPowerStatsService
01-01 12:00:07.044 584 584 V SystemServerTiming: StartPowerStatsService took to complete: 2ms
01-01 12:00:07.044 584 584 D SystemServerTiming: StartIStatsService
01-01 12:00:07.044 584 584 V SystemServerTiming: StartIStatsService took to complete: 0ms
01-01 12:00:07.044 584 584 D SystemServerTiming: MemtrackProxyService
01-01 12:00:07.045 584 584 V SystemServerTiming: MemtrackProxyService took to complete: 1ms
01-01 12:00:07.045 584 584 D SystemServerTiming: StartActivityManager
01-01 12:00:07.057 584 608 D SystemServerInitThreadPool: Finished executing ReadingSystemConfig
01-01 12:00:07.057 584 608 V SystemServerTimingAsync: InitThreadPoolExec:ReadingSystemConfig took to complete: 32ms
01-01 12:00:07.109 584 584 V SystemServerTiming: StartActivityManager took to complete: 64ms
01-01 12:00:07.109 584 584 D SystemServerTiming: StartDataLoaderManagerService
01-01 12:00:07.109 584 584 V SystemServerTiming: StartDataLoaderManagerService took to complete: 0ms
01-01 12:00:07.109 584 584 D SystemServerTiming: StartIncrementalService
01-01 12:00:07.110 584 584 V SystemServerTiming: StartIncrementalService took to complete: 1ms
01-01 12:00:07.110 584 584 D SystemServerTiming: StartPowerManager
01-01 12:00:07.113 584 584 V SystemServerTiming: StartPowerManager took to complete: 2ms
01-01 12:00:07.113 584 584 D SystemServerTiming: StartThermalManager
01-01 12:00:07.113 584 584 V SystemServerTiming: StartThermalManager took to complete: 0ms
01-01 12:00:07.113 584 584 D SystemServerTiming: StartHintManager
01-01 12:00:07.113 584 584 V SystemServerTiming: StartHintManager took to complete: 0ms
01-01 12:00:07.113 584 584 D SystemServerTiming: InitPowerManagement
01-01 12:00:07.113 584 584 V SystemServerTiming: InitPowerManagement took to complete: 0ms
01-01 12:00:07.113 584 584 D SystemServerTiming: StartRecoverySystemService
01-01 12:00:07.114 584 584 V SystemServerTiming: StartRecoverySystemService took to complete: 0ms
01-01 12:00:07.114 584 584 D SystemServerTiming: StartLightsService
01-01 12:00:07.115 584 584 V SystemServerTiming: StartLightsService took to complete: 1ms
01-01 12:00:07.115 584 584 D SystemServerTiming: StartDisplayOffloadService
01-01 12:00:07.115 584 584 V SystemServerTiming: StartDisplayOffloadService took to complete: 0ms
01-01 12:00:07.115 584 584 D SystemServerTiming: StartSidekickService
01-01 12:00:07.115 584 584 V SystemServerTiming: StartSidekickService took to complete: 0ms
01-01 12:00:07.115 584 584 D SystemServerTiming: StartDisplayManager
01-01 12:00:07.117 584 584 V SystemServerTiming: StartDisplayManager took to complete: 2ms
01-01 12:00:07.117 584 584 D SystemServerTiming: WaitForDisplay
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.security.FileIntegrityService
01-01 12:00:07.117 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.security.FileIntegrityService took to complete: 0ms
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.pm.Installer
01-01 12:00:07.117 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.pm.Installer took to complete: 0ms
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.os.DeviceIdentifiersPolicyService
01-01 12:00:07.117 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.uri.UriGrantsManagerService$Lifecycle
01-01 12:00:07.117 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.powerstats.PowerStatsService
01-01 12:00:07.117 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.powerstats.PowerStatsService took to complete: 0ms
01-01 12:00:07.117 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.wm.ActivityTaskManagerService$Lifecycle
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.am.ActivityManagerService$Lifecycle
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.pm.DataLoaderManagerService
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.power.PowerManagerService
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.power.PowerManagerService took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.power.ThermalManagerService
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.power.ThermalManagerService took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.power.hint.HintManagerService
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.power.hint.HintManagerService took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.lights.LightsService
01-01 12:00:07.118 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.lights.LightsService took to complete: 0ms
01-01 12:00:07.118 584 584 D SystemServerTiming: OnBootPhase_100_com.android.server.display.DisplayManagerService
01-01 12:00:07.143 584 584 V SystemServerTiming: OnBootPhase_100_com.android.server.display.DisplayManagerService took to complete: 26ms
01-01 12:00:07.143 584 584 V SystemServerTiming: OnBootPhase_100 took to complete: 26ms
01-01 12:00:07.143 584 584 V SystemServerTiming: WaitForDisplay took to complete: 26ms
01-01 12:00:07.143 584 584 D SystemServerTiming: StartDomainVerificationService
01-01 12:00:07.144 584 584 V SystemServerTiming: StartDomainVerificationService took to complete: 1ms
01-01 12:00:07.144 584 584 D SystemServerTiming: StartPackageManagerService
01-01 12:00:07.373 584 638 D SystemServerTimingAsync: InitThreadPoolExec:prepareAppData
01-01 12:00:07.373 584 638 D SystemServerInitThreadPool: Started executing prepareAppData
01-01 12:00:07.399 584 584 I SystemServerDexLoadReporter: Configuring system server dex reporter
01-01 12:00:07.400 584 584 V SystemServerTiming: StartPackageManagerService took to complete: 255ms
01-01 12:00:07.400 584 584 D SystemServerTiming: StartOtaDexOptService
01-01 12:00:07.400 584 584 V SystemServerTiming: StartOtaDexOptService took to complete: 1ms
01-01 12:00:07.400 584 584 D SystemServerTiming: StartUserManagerService
01-01 12:00:07.400 584 584 V SystemServerTiming: StartUserManagerService took to complete: 0ms
01-01 12:00:07.400 584 584 D SystemServerTiming: InitAttributerCache
01-01 12:00:07.400 584 584 V SystemServerTiming: InitAttributerCache took to complete: 0ms
01-01 12:00:07.400 584 584 D SystemServerTiming: SetSystemProcess
01-01 12:00:07.404 584 584 V SystemServerTiming: SetSystemProcess took to complete: 4ms
01-01 12:00:07.405 584 584 D SystemServerTiming: InitWatchdog
01-01 12:00:07.405 584 584 V SystemServerTiming: InitWatchdog took to complete: 0ms
01-01 12:00:07.405 584 584 D SystemServerTiming: StartOverlayManagerService
01-01 12:00:07.435 584 584 V SystemServerTiming: StartOverlayManagerService took to complete: 30ms
01-01 12:00:07.435 584 584 D SystemServerTiming: StartResourcesManagerService
01-01 12:00:07.435 584 584 V SystemServerTiming: StartResourcesManagerService took to complete: 0ms
01-01 12:00:07.435 584 584 D SystemServerTiming: StartSensorPrivacyService
01-01 12:00:07.439 584 584 V SystemServerTiming: StartSensorPrivacyService took to complete: 4ms
01-01 12:00:07.439 584 584 D SystemServerTiming: StartSensorService
01-01 12:00:07.439 584 584 V SystemServerTiming: StartSensorService took to complete: 0ms
01-01 12:00:07.439 584 584 V SystemServerTiming: startBootstrapServices took to complete: 421ms
01-01 12:00:07.439 584 584 D SystemServerTiming: startCoreServices
01-01 12:00:07.439 584 584 D SystemServerTiming: StartSystemConfigService
01-01 12:00:07.439 584 646 D SystemServerTimingAsync: InitThreadPoolExec:StartNativeSensorService
01-01 12:00:07.440 584 646 D SystemServerInitThreadPool: Started executing StartNativeSensorService
01-01 12:00:07.440 584 646 D SystemServerTimingAsync: StartNativeSensorService
01-01 12:00:07.440 584 584 V SystemServerTiming: StartSystemConfigService took to complete: 0ms
01-01 12:00:07.440 584 584 D SystemServerTiming: StartBatteryService
01-01 12:00:07.443 584 584 V SystemServerTiming: StartBatteryService took to complete: 4ms
01-01 12:00:07.443 584 584 D SystemServerTiming: StartUsageService
01-01 12:00:07.445 584 584 V SystemServerTiming: StartUsageService took to complete: 1ms
01-01 12:00:07.445 584 584 D SystemServerTiming: StartWebViewUpdateService
01-01 12:00:07.445 584 584 V SystemServerTiming: StartWebViewUpdateService took to complete: 1ms
01-01 12:00:07.445 584 584 D SystemServerTiming: StartCachedDeviceStateService
01-01 12:00:07.445 584 584 V SystemServerTiming: StartCachedDeviceStateService took to complete: 0ms
01-01 12:00:07.445 584 584 D SystemServerTiming: StartBinderCallsStatsService
01-01 12:00:07.446 584 584 V SystemServerTiming: StartBinderCallsStatsService took to complete: 1ms
01-01 12:00:07.446 584 584 D SystemServerTiming: StartLooperStatsService
01-01 12:00:07.446 584 646 V SystemServerTimingAsync: StartNativeSensorService took to complete: 7ms
01-01 12:00:07.446 584 646 D SystemServerInitThreadPool: Finished executing StartNativeSensorService
01-01 12:00:07.446 584 646 V SystemServerTimingAsync: InitThreadPoolExec:StartNativeSensorService took to complete: 7ms
01-01 12:00:07.446 584 584 V SystemServerTiming: StartLooperStatsService took to complete: 0ms
01-01 12:00:07.446 584 584 D SystemServerTiming: StartRollbackManagerService
01-01 12:00:07.449 584 584 V SystemServerTiming: StartRollbackManagerService took to complete: 3ms
01-01 12:00:07.449 584 584 D SystemServerTiming: StartNativeTombstoneManagerService
01-01 12:00:07.450 584 584 V SystemServerTiming: StartNativeTombstoneManagerService took to complete: 0ms
01-01 12:00:07.450 584 584 D SystemServerTiming: StartBugreportManagerService
01-01 12:00:07.450 584 584 V SystemServerTiming: StartBugreportManagerService took to complete: 1ms
01-01 12:00:07.450 584 584 D SystemServerTiming: GpuService
01-01 12:00:07.450 584 584 V SystemServerTiming: GpuService took to complete: 0ms
01-01 12:00:07.450 584 584 V SystemServerTiming: startCoreServices took to complete: 11ms
01-01 12:00:07.450 584 584 D SystemServerTiming: startOtherServices
01-01 12:00:07.450 584 584 D SystemServerTiming: StartKeyAttestationApplicationIdProviderService
01-01 12:00:07.450 584 655 D SystemServerTimingAsync: InitThreadPoolExec:SecondaryZygotePreload
01-01 12:00:07.450 584 584 V SystemServerTiming: StartKeyAttestationApplicationIdProviderService took to complete: 0ms
01-01 12:00:07.450 584 655 D SystemServerInitThreadPool: Started executing SecondaryZygotePreload
01-01 12:00:07.450 584 584 D SystemServerTiming: StartKeyChainSystemService
01-01 12:00:07.450 584 655 I SystemServer: SecondaryZygotePreload
01-01 12:00:07.450 584 655 D SystemServerTimingAsync: SecondaryZygotePreload
01-01 12:00:07.450 584 584 V SystemServerTiming: StartKeyChainSystemService took to complete: 0ms
01-01 12:00:07.450 584 584 D SystemServerTiming: StartBinaryTransparencyService
01-01 12:00:07.451 584 584 V SystemServerTiming: StartBinaryTransparencyService took to complete: 0ms
01-01 12:00:07.451 584 584 D SystemServerTiming: StartSchedulingPolicyService
01-01 12:00:07.451 584 656 D SystemServerTimingAsync: InitThreadPoolExec:SchedulingPolicyService.<init>
01-01 12:00:07.451 584 656 D SystemServerInitThreadPool: Started executing SchedulingPolicyService.<init>
01-01 12:00:07.451 584 584 V SystemServerTiming: StartSchedulingPolicyService took to complete: 1ms
01-01 12:00:07.451 584 584 D SystemServerTiming: StartTelecomLoaderService
01-01 12:00:07.451 584 584 V SystemServerTiming: StartTelecomLoaderService took to complete: 0ms
01-01 12:00:07.451 584 584 D SystemServerTiming: StartTelephonyRegistry
01-01 12:00:07.451 584 584 V SystemServerTiming: StartTelephonyRegistry took to complete: 0ms
01-01 12:00:07.451 584 584 D SystemServerTiming: StartEntropyMixer
01-01 12:00:07.454 584 584 V SystemServerTiming: StartEntropyMixer took to complete: 3ms
01-01 12:00:07.454 584 584 D SystemServerTiming: StartAccountManagerService
01-01 12:00:07.455 584 584 V SystemServerTiming: StartAccountManagerService took to complete: 1ms
01-01 12:00:07.455 584 584 D SystemServerTiming: StartContentService
01-01 12:00:07.456 584 584 V SystemServerTiming: StartContentService took to complete: 0ms
01-01 12:00:07.456 584 584 D SystemServerTiming: InstallSystemProviders
01-01 12:00:07.457 584 656 D SystemServerInitThreadPool: Finished executing SchedulingPolicyService.<init>
01-01 12:00:07.457 584 656 V SystemServerTimingAsync: InitThreadPoolExec:SchedulingPolicyService.<init> took to complete: 5ms
01-01 12:00:07.483 584 638 V SystemServerTimingAsync: AppDataFixup took to complete: 110ms
01-01 12:00:07.485 584 584 V SystemServerTiming: InstallSystemProviders took to complete: 30ms
01-01 12:00:07.485 584 584 D SystemServerTiming: UpdateWatchdogTimeout
01-01 12:00:07.485 584 584 V SystemServerTiming: UpdateWatchdogTimeout took to complete: 0ms
01-01 12:00:07.485 584 584 D SystemServerTiming: StartDropBoxManager
01-01 12:00:07.485 584 584 V SystemServerTiming: StartDropBoxManager took to complete: 0ms
01-01 12:00:07.485 584 584 D SystemServerTiming: StartRKBoxService
01-01 12:00:07.486 584 584 V SystemServerTiming: StartRKBoxService took to complete: 0ms
01-01 12:00:07.486 584 584 D SystemServerTiming: StartRoleManagerService
01-01 12:00:07.487 584 584 V SystemServerTiming: StartRoleManagerService took to complete: 2ms
01-01 12:00:07.487 584 584 D SystemServerTiming: StartVibratorManagerService
01-01 12:00:07.488 584 584 V SystemServerTiming: StartVibratorManagerService took to complete: 1ms
01-01 12:00:07.488 584 584 D SystemServerTiming: StartDynamicSystemService
01-01 12:00:07.488 584 584 V SystemServerTiming: StartDynamicSystemService took to complete: 0ms
01-01 12:00:07.488 584 584 D SystemServerTiming: StartConsumerIrService
01-01 12:00:07.489 584 584 V SystemServerTiming: StartConsumerIrService took to complete: 0ms
01-01 12:00:07.489 584 584 D SystemServerTiming: StartResourceEconomy
01-01 12:00:07.490 584 584 V SystemServerTiming: StartResourceEconomy took to complete: 2ms
01-01 12:00:07.490 584 584 D SystemServerTiming: StartAlarmManagerService
11-25 02:14:21.004 584 584 V SystemServerTiming: StartAlarmManagerService took to complete: 6ms
11-25 02:14:21.004 584 584 D SystemServerTiming: StartInputManagerService
11-25 02:14:21.006 584 584 V SystemServerTiming: StartInputManagerService took to complete: 2ms
11-25 02:14:21.006 584 584 D SystemServerTiming: DeviceStateManagerService
11-25 02:14:21.008 584 584 V SystemServerTiming: DeviceStateManagerService took to complete: 1ms
11-25 02:14:21.008 584 584 D SystemServerTiming: StartCameraServiceProxy
11-25 02:14:21.009 584 584 V SystemServerTiming: StartCameraServiceProxy took to complete: 1ms
11-25 02:14:21.009 584 584 D SystemServerTiming: StartWindowManagerService
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.security.FileIntegrityService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.security.FileIntegrityService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.pm.Installer
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.pm.Installer took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.os.DeviceIdentifiersPolicyService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.uri.UriGrantsManagerService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.powerstats.PowerStatsService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.powerstats.PowerStatsService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.wm.ActivityTaskManagerService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.am.ActivityManagerService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.pm.DataLoaderManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.power.PowerManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.power.PowerManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.power.ThermalManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.power.ThermalManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.power.hint.HintManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.power.hint.HintManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.lights.LightsService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.lights.LightsService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.display.DisplayManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.display.DisplayManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.pm.verify.domain.DomainVerificationService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.pm.verify.domain.DomainVerificationService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.pm.PackageInstallerService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.pm.PackageInstallerService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.pm.UserManagerService$LifeCycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.pm.UserManagerService$LifeCycle took to complete: 1ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.om.OverlayManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.om.OverlayManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.resources.ResourcesManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.resources.ResourcesManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.sensorprivacy.SensorPrivacyService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.sensorprivacy.SensorPrivacyService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.sensors.SensorService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.sensors.SensorService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.SystemConfigService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.SystemConfigService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.BatteryService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.BatteryService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.usage.UsageStatsService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.usage.UsageStatsService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.webkit.WebViewUpdateService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.CachedDeviceStateService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.CachedDeviceStateService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.BinderCallsStatsService$LifeCycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.LooperStatsService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.rollback.RollbackManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.rollback.RollbackManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.os.NativeTombstoneManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.os.NativeTombstoneManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.os.BugreportManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.os.BugreportManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.gpu.GpuService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.gpu.GpuService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.security.KeyChainSystemService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.security.KeyChainSystemService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.BinaryTransparencyService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.BinaryTransparencyService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.telecom.TelecomLoaderService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.accounts.AccountManagerService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.content.ContentService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.DropBoxManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.DropBoxManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.role.RoleService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.role.RoleService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.vibrator.VibratorManagerService$Lifecycle
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.vibrator.VibratorManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.tare.InternalResourceService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.tare.InternalResourceService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.alarm.AlarmManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.alarm.AlarmManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.devicestate.DeviceStateManagerService
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.devicestate.DeviceStateManagerService took to complete: 0ms
11-25 02:14:21.009 584 584 D SystemServerTiming: OnBootPhase_200_com.android.server.camera.CameraServiceProxy
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200_com.android.server.camera.CameraServiceProxy took to complete: 0ms
11-25 02:14:21.009 584 584 V SystemServerTiming: OnBootPhase_200 took to complete: 1ms
11-25 02:14:21.019 584 584 V SystemServerTiming: StartWindowManagerService took to complete: 11ms
11-25 02:14:21.019 584 584 D SystemServerTiming: SetWindowManagerService
11-25 02:14:21.039 584 584 V SystemServerTiming: SetWindowManagerService took to complete: 19ms
11-25 02:14:21.039 584 584 D SystemServerTiming: WindowManagerServiceOnInitReady
11-25 02:14:21.051 584 638 V SystemServerTimingAsync: AppDataPrepare took to complete: 59ms
11-25 02:14:21.051 584 638 D SystemServerInitThreadPool: Finished executing prepareAppData
11-25 02:14:21.051 584 638 V SystemServerTimingAsync: InitThreadPoolExec:prepareAppData took to complete: 169ms
11-25 02:14:21.060 584 584 V SystemServerTiming: WindowManagerServiceOnInitReady took to complete: 22ms
11-25 02:14:21.060 584 584 D SystemServerTiming: StartInputManager
11-25 02:14:21.060 584 672 D SystemServerTimingAsync: InitThreadPoolExec:StartHidlServices
11-25 02:14:21.060 584 672 D SystemServerInitThreadPool: Started executing StartHidlServices
11-25 02:14:21.061 584 672 D SystemServerTimingAsync: StartHidlServices
11-25 02:14:21.061 584 584 V SystemServerTiming: StartInputManager took to complete: 1ms
11-25 02:14:21.061 584 584 D SystemServerTiming: DisplayManagerWindowManagerAndInputReady
11-25 02:14:21.061 584 584 V SystemServerTiming: DisplayManagerWindowManagerAndInputReady took to complete: 0ms
11-25 02:14:21.061 584 584 D SystemServerTiming: StartBluetoothService
11-25 02:14:21.062 584 672 V SystemServerTimingAsync: StartHidlServices took to complete: 1ms
11-25 02:14:21.062 584 672 D SystemServerInitThreadPool: Finished executing StartHidlServices
11-25 02:14:21.062 584 672 V SystemServerTimingAsync: InitThreadPoolExec:StartHidlServices took to complete: 2ms
11-25 02:14:21.069 584 584 V SystemServerTiming: StartBluetoothService took to complete: 7ms
11-25 02:14:21.069 584 584 D SystemServerTiming: IpConnectivityMetrics
11-25 02:14:21.069 584 584 V SystemServerTiming: IpConnectivityMetrics took to complete: 0ms
11-25 02:14:21.069 584 584 D SystemServerTiming: NetworkWatchlistService
11-25 02:14:21.070 584 584 V SystemServerTiming: NetworkWatchlistService took to complete: 2ms
11-25 02:14:21.070 584 584 D SystemServerTiming: PinnerService
11-25 02:14:21.071 584 584 V SystemServerTiming: PinnerService took to complete: 0ms
11-25 02:14:21.071 584 584 D SystemServerTiming: SignedConfigService
11-25 02:14:21.071 584 584 V SystemServerTiming: SignedConfigService took to complete: 0ms
11-25 02:14:21.071 584 584 D SystemServerTiming: AppIntegrityService
11-25 02:14:21.072 584 584 V SystemServerTiming: AppIntegrityService took to complete: 1ms
11-25 02:14:21.072 584 584 D SystemServerTiming: StartLogcatManager
11-25 02:14:21.073 584 584 V SystemServerTiming: StartLogcatManager took to complete: 1ms
11-25 02:14:21.105 584 584 D SystemServerTiming: StartInputMethodManagerLifecycle
11-25 02:14:21.107 584 584 V SystemServerTiming: StartInputMethodManagerLifecycle took to complete: 1ms
11-25 02:14:21.107 584 584 D SystemServerTiming: StartAccessibilityManagerService
11-25 02:14:21.110 584 584 V SystemServerTiming: StartAccessibilityManagerService took to complete: 4ms
11-25 02:14:21.110 584 584 D SystemServerTiming: MakeDisplayReady
11-25 02:14:21.126 584 584 V SystemServerTiming: MakeDisplayReady took to complete: 15ms
11-25 02:14:21.126 584 584 D SystemServerTiming: StartStorageManagerService
11-25 02:14:21.133 584 584 V SystemServerTiming: StartStorageManagerService took to complete: 6ms
11-25 02:14:21.133 584 584 D SystemServerTiming: StartStorageStatsService
11-25 02:14:21.135 584 584 V SystemServerTiming: StartStorageStatsService took to complete: 2ms
11-25 02:14:21.135 584 584 D SystemServerTiming: StartUiModeManager
11-25 02:14:21.135 584 683 D SystemServerTimingAsync: InitThreadPoolExec:UiModeManager.onStart
11-25 02:14:21.135 584 683 D SystemServerInitThreadPool: Started executing UiModeManager.onStart
11-25 02:14:21.135 584 584 V SystemServerTiming: StartUiModeManager took to complete: 1ms
11-25 02:14:21.135 584 584 D SystemServerTiming: StartLocaleManagerService
11-25 02:14:21.137 584 584 V SystemServerTiming: StartLocaleManagerService took to complete: 1ms
11-25 02:14:21.137 584 584 D SystemServerTiming: UpdatePackagesIfNeeded
11-25 02:14:21.138 584 584 V SystemServerTiming: UpdatePackagesIfNeeded took to complete: 1ms
11-25 02:14:21.138 584 584 D SystemServerTiming: PerformFstrimIfNeeded
11-25 02:14:21.138 584 584 V SystemServerTiming: PerformFstrimIfNeeded took to complete: 0ms
11-25 02:14:21.138 584 584 D SystemServerTiming: StartLockSettingsService
11-25 02:14:21.139 584 683 D SystemServerInitThreadPool: Finished executing UiModeManager.onStart
11-25 02:14:21.139 584 683 V SystemServerTimingAsync: InitThreadPoolExec:UiModeManager.onStart took to complete: 4ms
11-25 02:14:21.146 584 584 V SystemServerTiming: StartLockSettingsService took to complete: 7ms
11-25 02:14:21.146 584 584 D SystemServerTiming: StartPersistentDataBlock
11-25 02:14:21.146 584 584 V SystemServerTiming: StartPersistentDataBlock took to complete: 1ms
11-25 02:14:21.146 584 584 D SystemServerTiming: StartTestHarnessMode
11-25 02:14:21.146 584 687 D SystemServerTimingAsync: InitThreadPoolExec:PersistentDataBlockService.onStart
11-25 02:14:21.146 584 687 D SystemServerInitThreadPool: Started executing PersistentDataBlockService.onStart
11-25 02:14:21.146 584 584 V SystemServerTiming: StartTestHarnessMode took to complete: 0ms
11-25 02:14:21.146 584 584 D SystemServerTiming: StartOemLockService
11-25 02:14:21.147 584 584 V SystemServerTiming: StartOemLockService took to complete: 0ms
11-25 02:14:21.147 584 584 D SystemServerTiming: StartDeviceIdleController
11-25 02:14:21.148 584 584 V SystemServerTiming: StartDeviceIdleController took to complete: 1ms
11-25 02:14:21.148 584 584 D SystemServerTiming: StartDevicePolicyManager
11-25 02:14:21.153 584 584 V SystemServerTiming: StartDevicePolicyManager took to complete: 5ms
11-25 02:14:21.153 584 584 D SystemServerTiming: StartStatusBarManagerService
11-25 02:14:21.153 584 687 D SystemServerInitThreadPool: Finished executing PersistentDataBlockService.onStart
11-25 02:14:21.153 584 584 V SystemServerTiming: StartStatusBarManagerService took to complete: 0ms
11-25 02:14:21.153 584 687 V SystemServerTimingAsync: InitThreadPoolExec:PersistentDataBlockService.onStart took to complete: 7ms
11-25 02:14:21.153 584 584 D SystemServer: MusicRecognitionManagerService not defined by OEM or disabled by flag
11-25 02:14:21.154 584 584 D SystemServer: ContentCaptureService disabled because resource is not overlaid
11-25 02:14:21.154 584 584 D SystemServer: AttentionService is not configured on this device
11-25 02:14:21.154 584 584 D SystemServer: RotationResolverService is not configured on this device
11-25 02:14:21.154 584 584 D SystemServer: SystemCaptionsManagerService disabled because resource is not overlaid
11-25 02:14:21.154 584 584 D SystemServerTiming: StartTextToSpeechManagerService
11-25 02:14:21.154 584 584 V SystemServerTiming: StartTextToSpeechManagerService took to complete: 1ms
11-25 02:14:21.154 584 584 D SystemServerTiming: StartAmbientContextService
11-25 02:14:21.154 584 584 V SystemServerTiming: StartAmbientContextService took to complete: 0ms
11-25 02:14:21.154 584 584 D SystemServerTiming: StartSpeechRecognitionManagerService
11-25 02:14:21.155 584 584 V SystemServerTiming: StartSpeechRecognitionManagerService took to complete: 0ms
11-25 02:14:21.155 584 584 D SystemServer: AppPredictionService not defined by OEM
11-25 02:14:21.155 584 584 D SystemServer: ContentSuggestionsService not defined by OEM
11-25 02:14:21.155 584 584 D SystemServerTiming: StartSearchUiService
11-25 02:14:21.155 584 584 V SystemServerTiming: StartSearchUiService took to complete: 1ms
11-25 02:14:21.155 584 584 D SystemServerTiming: StartSmartspaceService
11-25 02:14:21.155 584 584 V SystemServerTiming: StartSmartspaceService took to complete: 0ms
11-25 02:14:21.155 584 584 D SystemServerTiming: InitConnectivityModuleConnector
11-25 02:14:21.156 584 584 V SystemServerTiming: InitConnectivityModuleConnector took to complete: 0ms
11-25 02:14:21.156 584 584 D SystemServerTiming: InitNetworkStackClient
11-25 02:14:21.156 584 584 V SystemServerTiming: InitNetworkStackClient took to complete: 0ms
11-25 02:14:21.156 584 584 D SystemServerTiming: StartNetworkManagementService
11-25 02:14:21.156 584 584 V SystemServerTiming: StartNetworkManagementService took to complete: 1ms
11-25 02:14:21.156 584 584 D SystemServerTiming: StartFontManagerService
11-25 02:14:21.210 584 584 V SystemServerTiming: StartFontManagerService took to complete: 54ms
11-25 02:14:21.210 584 584 D SystemServerTiming: StartTextServicesManager
11-25 02:14:21.211 584 584 V SystemServerTiming: StartTextServicesManager took to complete: 0ms
11-25 02:14:21.211 584 584 D SystemServerTiming: StartTextClassificationManagerService
11-25 02:14:21.211 584 584 V SystemServerTiming: StartTextClassificationManagerService took to complete: 1ms
11-25 02:14:21.211 584 584 D SystemServerTiming: StartNetworkScoreService
11-25 02:14:21.212 584 584 V SystemServerTiming: StartNetworkScoreService took to complete: 0ms
11-25 02:14:21.212 584 584 D SystemServerTiming: StartNetworkStatsService
11-25 02:14:21.240 584 584 V SystemServerTiming: StartNetworkStatsService took to complete: 28ms
11-25 02:14:21.240 584 584 D SystemServerTiming: StartNetworkPolicyManagerService
11-25 02:14:21.241 584 584 V SystemServerTiming: StartNetworkPolicyManagerService took to complete: 1ms
11-25 02:14:21.241 584 584 D SystemServerTiming: StartWifi
11-25 02:14:21.309 584 584 V SystemServerTiming: StartWifi took to complete: 68ms
11-25 02:14:21.309 584 584 D SystemServerTiming: StartWifiScanning
11-25 02:14:21.311 584 584 V SystemServerTiming: StartWifiScanning took to complete: 1ms
11-25 02:14:21.311 584 584 D SystemServerTiming: StartWifiP2P
11-25 02:14:21.313 584 584 V SystemServerTiming: StartWifiP2P took to complete: 3ms
11-25 02:14:21.313 584 584 D SystemServerTiming: StartPacProxyService
11-25 02:14:21.314 584 584 V SystemServerTiming: StartPacProxyService took to complete: 0ms
11-25 02:14:21.314 584 584 D SystemServerTiming: StartConnectivityService
11-25 02:14:21.333 584 584 V SystemServerTiming: StartConnectivityService took to complete: 20ms
11-25 02:14:21.333 584 584 D SystemServerTiming: StartVpnManagerService
11-25 02:14:21.334 584 584 V SystemServerTiming: StartVpnManagerService took to complete: 1ms
11-25 02:14:21.334 584 584 D SystemServerTiming: StartVcnManagementService
11-25 02:14:21.336 584 584 V SystemServerTiming: StartVcnManagementService took to complete: 2ms
11-25 02:14:21.336 584 584 D SystemServerTiming: StartSystemUpdateManagerService
11-25 02:14:21.336 584 584 V SystemServerTiming: StartSystemUpdateManagerService took to complete: 0ms
11-25 02:14:21.336 584 584 D SystemServerTiming: StartUpdateLockService
11-25 02:14:21.337 584 584 V SystemServerTiming: StartUpdateLockService took to complete: 0ms
11-25 02:14:21.337 584 584 I SystemServer: addService drm_device_management
11-25 02:14:21.360 584 584 D SystemServerTiming: StartNotificationManager
11-25 02:14:21.378 584 584 V SystemServerTiming: StartNotificationManager took to complete: 18ms
11-25 02:14:21.378 584 584 D SystemServerTiming: StartDeviceMonitor
11-25 02:14:21.378 584 584 V SystemServerTiming: StartDeviceMonitor took to complete: 1ms
11-25 02:14:21.378 584 584 D SystemServerTiming: StartLocationManagerService
11-25 02:14:21.379 584 584 V SystemServerTiming: StartLocationManagerService took to complete: 1ms
11-25 02:14:21.380 584 584 D SystemServerTiming: StartCountryDetectorService
11-25 02:14:21.380 584 584 V SystemServerTiming: StartCountryDetectorService took to complete: 0ms
11-25 02:14:21.380 584 584 D SystemServerTiming: StartTimeDetectorService
11-25 02:14:21.380 584 584 V SystemServerTiming: StartTimeDetectorService took to complete: 1ms
11-25 02:14:21.380 584 584 D SystemServerTiming: StartTimeZoneDetectorService
11-25 02:14:21.381 584 584 V SystemServerTiming: StartTimeZoneDetectorService took to complete: 0ms
11-25 02:14:21.381 584 584 D SystemServerTiming: StartLocationTimeZoneManagerService
11-25 02:14:21.381 584 584 V SystemServerTiming: StartLocationTimeZoneManagerService took to complete: 0ms
11-25 02:14:21.381 584 584 D SystemServerTiming: StartSearchManagerService
11-25 02:14:21.381 584 584 V SystemServerTiming: StartSearchManagerService took to complete: 0ms
11-25 02:14:21.381 584 584 D SystemServerTiming: StartWallpaperManagerService
11-25 02:14:21.382 584 584 V SystemServerTiming: StartWallpaperManagerService took to complete: 0ms
11-25 02:14:21.382 584 584 D SystemServerTiming: StartWallpaperEffectsGenerationService
11-25 02:14:21.382 584 584 V SystemServerTiming: StartWallpaperEffectsGenerationService took to complete: 1ms
11-25 02:14:21.382 584 584 D SystemServerTiming: StartAudioService
11-25 02:14:21.394 584 584 V SystemServerTiming: StartAudioService took to complete: 11ms
11-25 02:14:21.394 584 584 D SystemServerTiming: StartSoundTriggerMiddlewareService
11-25 02:14:21.395 584 584 V SystemServerTiming: StartSoundTriggerMiddlewareService took to complete: 1ms
11-25 02:14:21.395 584 584 D SystemServerTiming: StartDockObserver
11-25 02:14:21.397 584 584 V SystemServerTiming: StartDockObserver took to complete: 3ms
11-25 02:14:21.397 584 584 D SystemServerTiming: StartWiredAccessoryManager
11-25 02:14:21.398 584 584 V SystemServerTiming: StartWiredAccessoryManager took to complete: 0ms
11-25 02:14:21.398 584 584 D SystemServerTiming: StartAdbService
11-25 02:14:21.398 584 584 V SystemServerTiming: StartAdbService took to complete: 1ms
11-25 02:14:21.398 584 584 D SystemServerTiming: StartUsbService
11-25 02:14:21.398 584 584 V SystemServerTiming: StartUsbService took to complete: 0ms
11-25 02:14:21.398 584 584 D SystemServerTiming: StartSerialService
11-25 02:14:21.398 584 608 D SystemServerTimingAsync: InitThreadPoolExec:UsbService$Lifecycle#onStart
11-25 02:14:21.398 584 608 D SystemServerInitThreadPool: Started executing UsbService$Lifecycle#onStart
11-25 02:14:21.398 584 584 V SystemServerTiming: StartSerialService took to complete: 0ms
11-25 02:14:21.398 584 584 D SystemServerTiming: StartHardwarePropertiesManagerService
11-25 02:14:21.399 584 608 I UsbDeviceManager: at com.android.server.SystemServerInitThreadPool.lambdasubmitTask0(SystemServerInitThreadPool.java:106)
11-25 02:14:21.399 584 608 I UsbDeviceManager: at com.android.server.SystemServerInitThreadPool.r8lambda$aGlXt69ihU44Qi7EB_RNeu8pnrY(Unknown Source:0)
11-25 02:14:21.399 584 608 I UsbDeviceManager: at com.android.server.SystemServerInitThreadPool$$ExternalSyntheticLambda0.run(Unknown Source:6)
11-25 02:14:21.399 584 584 V SystemServerTiming: StartHardwarePropertiesManagerService took to complete: 1ms
11-25 02:14:21.399 584 584 D SystemServerTiming: StartTwilightService
11-25 02:14:21.399 584 584 V SystemServerTiming: StartTwilightService took to complete: 0ms
11-25 02:14:21.399 584 584 D SystemServerTiming: StartColorDisplay
11-25 02:14:21.400 584 584 V SystemServerTiming: StartColorDisplay took to complete: 0ms
11-25 02:14:21.400 584 584 D SystemServerTiming: StartJobScheduler
11-25 02:14:21.402 584 608 D SystemServerInitThreadPool: Finished executing UsbService$Lifecycle#onStart
11-25 02:14:21.402 584 608 V SystemServerTimingAsync: InitThreadPoolExec:UsbService$Lifecycle#onStart took to complete: 3ms
11-25 02:14:21.405 584 584 V SystemServerTiming: StartJobScheduler took to complete: 5ms
11-25 02:14:21.405 584 584 D SystemServerTiming: StartSoundTrigger
11-25 02:14:21.405 584 584 V SystemServerTiming: StartSoundTrigger took to complete: 0ms
11-25 02:14:21.405 584 584 D SystemServerTiming: StartTrustManager
11-25 02:14:21.405 584 584 V SystemServerTiming: StartTrustManager took to complete: 1ms
11-25 02:14:21.405 584 584 D SystemServerTiming: StartBackupManager
11-25 02:14:21.406 584 584 V SystemServerTiming: StartBackupManager took to complete: 1ms
11-25 02:14:21.406 584 584 D SystemServerTiming: StartAppWidgetService
11-25 02:14:21.407 584 584 V SystemServerTiming: StartAppWidgetService took to complete: 0ms
11-25 02:14:21.407 584 584 D SystemServerTiming: StartVoiceRecognitionManager
11-25 02:14:21.409 584 584 V SystemServerTiming: StartVoiceRecognitionManager took to complete: 2ms
11-25 02:14:21.409 584 584 D SystemServerTiming: StartAppHibernationService
11-25 02:14:21.409 584 584 V SystemServerTiming: StartAppHibernationService took to complete: 1ms
11-25 02:14:21.409 584 584 D SystemServerTiming: StartGestureLauncher
11-25 02:14:21.410 584 584 V SystemServerTiming: StartGestureLauncher took to complete: 0ms
11-25 02:14:21.410 584 584 D SystemServerTiming: StartSensorNotification
11-25 02:14:21.410 584 584 V SystemServerTiming: StartSensorNotification took to complete: 0ms
11-25 02:14:21.410 584 584 D SystemServerTiming: StartDiskStatsService
11-25 02:14:21.411 584 584 V SystemServerTiming: StartDiskStatsService took to complete: 1ms
11-25 02:14:21.411 584 584 D SystemServerTiming: RuntimeService
11-25 02:14:21.411 584 584 V SystemServerTiming: RuntimeService took to complete: 0ms
11-25 02:14:21.411 584 584 D SystemServerTiming: StartNetworkTimeUpdateService
11-25 02:14:21.411 584 584 V SystemServerTiming: StartNetworkTimeUpdateService took to complete: 1ms
11-25 02:14:21.411 584 584 D SystemServerTiming: CertBlacklister
11-25 02:14:21.411 584 584 V SystemServerTiming: CertBlacklister took to complete: 0ms
11-25 02:14:21.411 584 584 D SystemServerTiming: StartEmergencyAffordanceService
11-25 02:14:21.412 584 584 V SystemServerTiming: StartEmergencyAffordanceService took to complete: 0ms
11-25 02:14:21.412 584 584 D SystemServerTiming: startBlobStoreManagerService
11-25 02:14:21.412 584 584 V SystemServerTiming: startBlobStoreManagerService took to complete: 1ms
11-25 02:14:21.412 584 584 D SystemServerTiming: StartDreamManager
11-25 02:14:21.413 584 584 V SystemServerTiming: StartDreamManager took to complete: 0ms
11-25 02:14:21.413 584 584 D SystemServerTiming: AddGraphicsStatsService
11-25 02:14:21.414 584 584 V SystemServerTiming: AddGraphicsStatsService took to complete: 1ms
11-25 02:14:21.414 584 584 D SystemServerTiming: StartPrintManager
11-25 02:14:21.414 584 584 V SystemServerTiming: StartPrintManager took to complete: 0ms
11-25 02:14:21.414 584 584 D SystemServerTiming: StartAttestationVerificationService
11-25 02:14:21.415 584 584 V SystemServerTiming: StartAttestationVerificationService took to complete: 0ms
11-25 02:14:21.415 584 584 D SystemServerTiming: StartCompanionDeviceManager
11-25 02:14:21.416 584 584 V SystemServerTiming: StartCompanionDeviceManager took to complete: 1ms
11-25 02:14:21.416 584 584 D SystemServerTiming: StartVirtualDeviceManager
11-25 02:14:21.416 584 584 V SystemServerTiming: StartVirtualDeviceManager took to complete: 1ms
11-25 02:14:21.416 584 584 D SystemServerTiming: StartRestrictionManager
11-25 02:14:21.416 584 584 V SystemServerTiming: StartRestrictionManager took to complete: 0ms
11-25 02:14:21.416 584 584 D SystemServerTiming: StartMediaSessionService
11-25 02:14:21.417 584 584 V SystemServerTiming: StartMediaSessionService took to complete: 1ms
11-25 02:14:21.417 584 584 D SystemServerTiming: StartMediaResourceMonitor
11-25 02:14:21.417 584 584 V SystemServerTiming: StartMediaResourceMonitor took to complete: 0ms
11-25 02:14:21.417 584 584 D SystemServerTiming: StartMediaRouterService
11-25 02:14:21.418 584 584 V SystemServerTiming: StartMediaRouterService took to complete: 0ms
11-25 02:14:21.418 584 584 D SystemServerTiming: StartBiometricService
11-25 02:14:21.418 584 584 V SystemServerTiming: StartBiometricService took to complete: 1ms
11-25 02:14:21.418 584 584 D SystemServerTiming: StartAuthService
11-25 02:14:21.419 584 584 V SystemServerTiming: StartAuthService took to complete: 0ms
11-25 02:14:21.419 584 584 D SystemServerTiming: StartDynamicCodeLoggingService
11-25 02:14:21.419 584 584 V SystemServerTiming: StartDynamicCodeLoggingService took to complete: 1ms
11-25 02:14:21.419 584 584 D SystemServerTiming: StartPruneInstantAppsJobService
11-25 02:14:21.419 584 584 V SystemServerTiming: StartPruneInstantAppsJobService took to complete: 0ms
11-25 02:14:21.419 584 584 D SystemServerTiming: StartShortcutServiceLifecycle
11-25 02:14:21.420 584 584 V SystemServerTiming: StartShortcutServiceLifecycle took to complete: 0ms
11-25 02:14:21.420 584 584 D SystemServerTiming: StartLauncherAppsService
11-25 02:14:21.420 584 584 V SystemServerTiming: StartLauncherAppsService took to complete: 1ms
11-25 02:14:21.420 584 584 D SystemServerTiming: StartCrossProfileAppsService
11-25 02:14:21.420 584 584 V SystemServerTiming: StartCrossProfileAppsService took to complete: 0ms
11-25 02:14:21.420 584 584 D SystemServerTiming: StartPeopleService
11-25 02:14:21.421 584 584 V SystemServerTiming: StartPeopleService took to complete: 0ms
11-25 02:14:21.421 584 584 D SystemServerTiming: StartMediaMetricsManager
11-25 02:14:21.421 584 584 V SystemServerTiming: StartMediaMetricsManager took to complete: 0ms
11-25 02:14:21.421 584 584 D SystemServerTiming: StartMediaProjectionManager
11-25 02:14:21.422 584 584 V SystemServerTiming: StartMediaProjectionManager took to complete: 2ms
11-25 02:14:21.422 584 584 D SystemServerTiming: StartSliceManagerService
11-25 02:14:21.423 584 584 V SystemServerTiming: StartSliceManagerService took to complete: 0ms
11-25 02:14:21.423 584 584 D SystemServerTiming: StartStatsCompanion
11-25 02:14:21.424 584 584 V SystemServerTiming: StartStatsCompanion took to complete: 1ms
11-25 02:14:21.424 584 584 D SystemServerTiming: StartRebootReadinessManagerService
11-25 02:14:21.426 584 584 V SystemServerTiming: StartRebootReadinessManagerService took to complete: 3ms
11-25 02:14:21.426 584 584 D SystemServerTiming: StartStatsPullAtomService
11-25 02:14:21.426 584 584 V SystemServerTiming: StartStatsPullAtomService took to complete: 0ms
11-25 02:14:21.426 584 584 D SystemServerTiming: StatsBootstrapAtomService
11-25 02:14:21.426 584 584 V SystemServerTiming: StatsBootstrapAtomService took to complete: 0ms
11-25 02:14:21.426 584 584 D SystemServerTiming: StartIncidentCompanionService
11-25 02:14:21.427 584 584 V SystemServerTiming: StartIncidentCompanionService took to complete: 0ms
11-25 02:14:21.427 584 584 D SystemServerTiming: StarSdkSandboxManagerService
11-25 02:14:21.428 584 584 V SystemServerTiming: StarSdkSandboxManagerService took to complete: 1ms
11-25 02:14:21.428 584 584 D SystemServerTiming: StartAdServicesManagerService
11-25 02:14:21.428 584 584 V SystemServerTiming: StartAdServicesManagerService took to complete: 1ms
11-25 02:14:21.428 584 584 D SystemServerTiming: StartAutoFillService
11-25 02:14:21.429 584 584 V SystemServerTiming: StartAutoFillService took to complete: 1ms
11-25 02:14:21.430 584 584 D SystemServer: TranslationService not defined by OEM
11-25 02:14:21.430 584 584 D SystemServerTiming: StartClipboardService
11-25 02:14:21.430 584 584 V SystemServerTiming: StartClipboardService took to complete: 1ms
11-25 02:14:21.430 584 584 D SystemServerTiming: AppServiceManager
11-25 02:14:21.431 584 584 V SystemServerTiming: AppServiceManager took to complete: 0ms
11-25 02:14:21.431 584 584 D SystemServerTiming: startTracingServiceProxy
11-25 02:14:21.431 584 584 V SystemServerTiming: startTracingServiceProxy took to complete: 1ms
11-25 02:14:21.431 584 584 D SystemServerTiming: MakeLockSettingsServiceReady
11-25 02:14:21.438 584 584 V SystemServerTiming: MakeLockSettingsServiceReady took to complete: 6ms
11-25 02:14:21.438 584 584 D SystemServerTiming: StartBootPhaseLockSettingsReady
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.security.FileIntegrityService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.security.FileIntegrityService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.Installer
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.Installer took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.os.DeviceIdentifiersPolicyService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.uri.UriGrantsManagerService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.powerstats.PowerStatsService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.powerstats.PowerStatsService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.wm.ActivityTaskManagerService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.am.ActivityManagerService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.DataLoaderManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.power.PowerManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.power.PowerManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.power.ThermalManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.power.ThermalManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.power.hint.HintManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.power.hint.HintManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.lights.LightsService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.lights.LightsService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.display.DisplayManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.display.DisplayManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.verify.domain.DomainVerificationService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.verify.domain.DomainVerificationService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.PackageInstallerService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.PackageInstallerService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.UserManagerService$LifeCycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.om.OverlayManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.om.OverlayManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.resources.ResourcesManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.resources.ResourcesManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.sensorprivacy.SensorPrivacyService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.sensorprivacy.SensorPrivacyService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.sensors.SensorService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.sensors.SensorService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.SystemConfigService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.SystemConfigService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.BatteryService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.BatteryService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.usage.UsageStatsService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.usage.UsageStatsService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.webkit.WebViewUpdateService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.CachedDeviceStateService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.CachedDeviceStateService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.BinderCallsStatsService$LifeCycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.LooperStatsService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.rollback.RollbackManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.rollback.RollbackManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.os.NativeTombstoneManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.os.NativeTombstoneManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.os.BugreportManagerService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.os.BugreportManagerService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.gpu.GpuService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.gpu.GpuService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.security.KeyChainSystemService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.security.KeyChainSystemService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.BinaryTransparencyService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.BinaryTransparencyService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.telecom.TelecomLoaderService
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.accounts.AccountManagerService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.content.ContentService$Lifecycle
11-25 02:14:21.438 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
11-25 02:14:21.438 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.DropBoxManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.DropBoxManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.role.RoleService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.role.RoleService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.vibrator.VibratorManagerService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.vibrator.VibratorManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.tare.InternalResourceService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.tare.InternalResourceService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.alarm.AlarmManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.alarm.AlarmManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.devicestate.DeviceStateManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.devicestate.DeviceStateManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.camera.CameraServiceProxy
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.camera.CameraServiceProxy took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.bluetooth.BluetoothService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.bluetooth.BluetoothService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.connectivity.IpConnectivityMetrics
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.PinnerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.PinnerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.integrity.AppIntegrityManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.logcat.LogcatManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.logcat.LogcatManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.StorageManagerService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.usage.StorageStatsService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.UiModeManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.UiModeManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.locales.LocaleManagerService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.locales.LocaleManagerService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.locksettings.LockSettingsService$Lifecycle
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.PersistentDataBlockService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.PersistentDataBlockService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.testharness.TestHarnessModeService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.oemlock.OemLockService
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.oemlock.OemLockService took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.DeviceIdleController
11-25 02:14:21.439 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.DeviceIdleController took to complete: 0ms
11-25 02:14:21.439 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 2ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.texttospeech.TextToSpeechManagerService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.texttospeech.TextToSpeechManagerService took to complete: 0ms
11-25 02:14:21.441 584 646 D SystemServerTimingAsync: InitThreadPoolExec:DevicePolicyManager
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.ambientcontext.AmbientContextManagerService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.ambientcontext.AmbientContextManagerService took to complete: 0ms
11-25 02:14:21.441 584 646 D SystemServerInitThreadPool: Started executing DevicePolicyManager
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.speech.SpeechRecognitionManagerService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.speech.SpeechRecognitionManagerService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.searchui.SearchUiManagerService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.searchui.SearchUiManagerService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.smartspace.SmartspaceManagerService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.smartspace.SmartspaceManagerService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.graphics.fonts.FontManagerService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.graphics.fonts.FontManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.textservices.TextServicesManagerService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 646 D SystemServerInitThreadPool: Finished executing DevicePolicyManager
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 646 V SystemServerTimingAsync: InitThreadPoolExec:DevicePolicyManager took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.NetworkScoreService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.NetworkStatsServiceInitializer
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.NetworkStatsServiceInitializer took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.wifi.WifiService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.wifi.WifiService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.wifi.scanner.WifiScanningService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.wifi.p2p.WifiP2pService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.wifi.p2p.WifiP2pService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.ConnectivityServiceInitializer
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.ConnectivityServiceInitializer took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.notification.NotificationManagerService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.notification.NotificationManagerService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.storage.DeviceStorageMonitorService
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.location.LocationManagerService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.timedetector.TimeDetectorService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
11-25 02:14:21.441 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
11-25 02:14:21.441 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.search.SearchManagerService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.wallpapereffectsgeneration.WallpaperEffectsGenerationManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.wallpapereffectsgeneration.WallpaperEffectsGenerationManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.audio.AudioService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.DockObserver
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.DockObserver took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.adb.AdbService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.usb.UsbService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.twilight.TwilightService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.twilight.TwilightService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.display.color.ColorDisplayService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.display.color.ColorDisplayService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.job.JobSchedulerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.job.JobSchedulerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.soundtrigger.SoundTriggerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.trust.TrustManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.trust.TrustManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.backup.BackupManagerService$Lifecycle
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.appwidget.AppWidgetService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.appwidget.AppWidgetService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.voiceinteraction.VoiceInteractionManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.apphibernation.AppHibernationService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.apphibernation.AppHibernationService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.GestureLauncherService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.GestureLauncherService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.SensorNotificationService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.SensorNotificationService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.emergency.EmergencyAffordanceService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.blob.BlobStoreManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.blob.BlobStoreManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.dreams.DreamManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.dreams.DreamManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.print.PrintManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.print.PrintManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.security.AttestationVerificationManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.security.AttestationVerificationManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.companion.CompanionDeviceManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.companion.virtual.VirtualDeviceManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.companion.virtual.VirtualDeviceManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.restrictions.RestrictionsManagerService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.media.MediaSessionService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.media.MediaSessionService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.media.MediaResourceMonitorService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.biometrics.BiometricService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.biometrics.BiometricService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.biometrics.AuthService
11-25 02:14:21.442 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.biometrics.AuthService took to complete: 0ms
11-25 02:14:21.442 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.ShortcutService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.ShortcutService$Lifecycle took to complete: 1ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.LauncherAppsService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.LauncherAppsService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.pm.CrossProfileAppsService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.people.PeopleService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.people.PeopleService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.media.metrics.MediaMetricsManagerService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.media.metrics.MediaMetricsManagerService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.media.projection.MediaProjectionManagerService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.slice.SliceManagerService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.stats.StatsCompanion$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.stats.pull.StatsPullAtomService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.stats.bootstrap.StatsBootstrapAtomService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.stats.bootstrap.StatsBootstrapAtomService$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.incident.IncidentCompanionService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.incident.IncidentCompanionService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.sdksandbox.SdkSandboxManagerService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.sdksandbox.SdkSandboxManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.adservices.AdServicesManagerService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.adservices.AdServicesManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.autofill.AutofillManagerService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.autofill.AutofillManagerService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.clipboard.ClipboardService
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.clipboard.ClipboardService took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.appbinding.AppBindingService$Lifecycle
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
11-25 02:14:21.443 584 584 D SystemServerTiming: OnBootPhase_480_com.android.server.tracing.TracingServiceProxy
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480_com.android.server.tracing.TracingServiceProxy took to complete: 0ms
11-25 02:14:21.443 584 584 V SystemServerTiming: OnBootPhase_480 took to complete: 6ms
11-25 02:14:21.443 584 584 V SystemServerTiming: StartBootPhaseLockSettingsReady took to complete: 6ms
11-25 02:14:21.444 584 584 D SystemServerTiming: StartBootPhaseSystemServicesReady
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.security.FileIntegrityService
11-25 02:14:21.444 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.security.FileIntegrityService took to complete: 0ms
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.Installer
11-25 02:14:21.444 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.Installer took to complete: 0ms
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.os.DeviceIdentifiersPolicyService
11-25 02:14:21.444 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.uri.UriGrantsManagerService$Lifecycle
11-25 02:14:21.444 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 1ms
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.powerstats.PowerStatsService
11-25 02:14:21.444 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.powerstats.PowerStatsService took to complete: 0ms
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.wm.ActivityTaskManagerService$Lifecycle
11-25 02:14:21.444 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.444 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.am.ActivityManagerService$Lifecycle
11-25 02:14:21.446 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 1ms
11-25 02:14:21.446 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.DataLoaderManagerService
11-25 02:14:21.446 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
11-25 02:14:21.446 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.power.PowerManagerService
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.power.PowerManagerService took to complete: 9ms
11-25 02:14:21.454 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.power.ThermalManagerService
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.power.ThermalManagerService took to complete: 0ms
11-25 02:14:21.454 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.power.hint.HintManagerService
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.power.hint.HintManagerService took to complete: 0ms
11-25 02:14:21.454 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
11-25 02:14:21.454 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.lights.LightsService
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.lights.LightsService took to complete: 0ms
11-25 02:14:21.454 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.display.DisplayManagerService
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.display.DisplayManagerService took to complete: 0ms
11-25 02:14:21.454 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.verify.domain.DomainVerificationService
11-25 02:14:21.454 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.verify.domain.DomainVerificationService took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.PackageInstallerService$Lifecycle
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.PackageInstallerService$Lifecycle took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.UserManagerService$LifeCycle
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.om.OverlayManagerService
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.om.OverlayManagerService took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.resources.ResourcesManagerService
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.resources.ResourcesManagerService took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.sensorprivacy.SensorPrivacyService
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.sensorprivacy.SensorPrivacyService took to complete: 1ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.sensors.SensorService
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.sensors.SensorService took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.SystemConfigService
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.SystemConfigService took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.BatteryService
11-25 02:14:21.455 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.BatteryService took to complete: 0ms
11-25 02:14:21.455 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.usage.UsageStatsService
11-25 02:14:21.460 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.usage.UsageStatsService took to complete: 5ms
11-25 02:14:21.460 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.webkit.WebViewUpdateService
11-25 02:14:21.460 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
11-25 02:14:21.460 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.CachedDeviceStateService
11-25 02:14:21.460 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.CachedDeviceStateService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.BinderCallsStatsService$LifeCycle
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 1ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.LooperStatsService$Lifecycle
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.rollback.RollbackManagerService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.rollback.RollbackManagerService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.os.NativeTombstoneManagerService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.os.NativeTombstoneManagerService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.os.BugreportManagerService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.os.BugreportManagerService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.gpu.GpuService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.gpu.GpuService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.security.KeyChainSystemService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.security.KeyChainSystemService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.BinaryTransparencyService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.BinaryTransparencyService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.telecom.TelecomLoaderService
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
11-25 02:14:21.461 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.accounts.AccountManagerService$Lifecycle
11-25 02:14:21.461 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.462 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.content.ContentService$Lifecycle
11-25 02:14:21.462 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
11-25 02:14:21.462 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.DropBoxManagerService
11-25 02:14:21.462 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.DropBoxManagerService took to complete: 0ms
11-25 02:14:21.462 584 584 D SystemServerTiming: OnBootPhase_500_com.android.role.RoleService
11-25 02:14:21.462 584 584 V SystemServerTiming: OnBootPhase_500_com.android.role.RoleService took to complete: 0ms
11-25 02:14:21.462 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.vibrator.VibratorManagerService$Lifecycle
11-25 02:14:21.484 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.vibrator.VibratorManagerService$Lifecycle took to complete: 23ms
11-25 02:14:21.484 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.tare.InternalResourceService
11-25 02:14:21.485 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.tare.InternalResourceService took to complete: 0ms
11-25 02:14:21.485 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.alarm.AlarmManagerService
11-25 02:14:21.485 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.alarm.AlarmManagerService took to complete: 1ms
11-25 02:14:21.485 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.devicestate.DeviceStateManagerService
11-25 02:14:21.485 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.devicestate.DeviceStateManagerService took to complete: 0ms
11-25 02:14:21.485 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.camera.CameraServiceProxy
11-25 02:14:21.485 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.camera.CameraServiceProxy took to complete: 0ms
11-25 02:14:21.485 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.bluetooth.BluetoothService
11-25 02:14:21.485 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.bluetooth.BluetoothService took to complete: 0ms
11-25 02:14:21.485 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.connectivity.IpConnectivityMetrics
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.connectivity.IpConnectivityMetrics took to complete: 1ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.PinnerService
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.PinnerService took to complete: 0ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.integrity.AppIntegrityManagerService
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.logcat.LogcatManagerService
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.logcat.LogcatManagerService took to complete: 0ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
11-25 02:14:21.486 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.486 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle
11-25 02:14:21.487 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.487 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle
11-25 02:14:21.487 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.487 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.UiModeManagerService
11-25 02:14:21.489 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.UiModeManagerService took to complete: 2ms
11-25 02:14:21.489 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.locales.LocaleManagerService
11-25 02:14:21.489 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.locales.LocaleManagerService took to complete: 0ms
11-25 02:14:21.489 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle
11-25 02:14:21.489 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
11-25 02:14:21.489 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.PersistentDataBlockService
11-25 02:14:21.489 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.PersistentDataBlockService took to complete: 0ms
11-25 02:14:21.489 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.testharness.TestHarnessModeService
11-25 02:14:21.512 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.testharness.TestHarnessModeService took to complete: 23ms
11-25 02:14:21.512 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.oemlock.OemLockService
11-25 02:14:21.512 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.oemlock.OemLockService took to complete: 0ms
11-25 02:14:21.512 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.DeviceIdleController
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.DeviceIdleController took to complete: 2ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.texttospeech.TextToSpeechManagerService
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.texttospeech.TextToSpeechManagerService took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.ambientcontext.AmbientContextManagerService
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.ambientcontext.AmbientContextManagerService took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.speech.SpeechRecognitionManagerService
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.speech.SpeechRecognitionManagerService took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.searchui.SearchUiManagerService
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.searchui.SearchUiManagerService took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.smartspace.SmartspaceManagerService
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.smartspace.SmartspaceManagerService took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.graphics.fonts.FontManagerService$Lifecycle
11-25 02:14:21.515 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.graphics.fonts.FontManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.515 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycle
11-25 02:14:21.516 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.516 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
11-25 02:14:21.516 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.516 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle
11-25 02:14:21.516 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
11-25 02:14:21.516 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.NetworkStatsServiceInitializer
11-25 02:14:21.516 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.NetworkStatsServiceInitializer took to complete: 0ms
11-25 02:14:21.516 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.WifiService
11-25 02:14:21.516 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.wifi.WifiService took to complete: 0ms
11-25 02:14:21.516 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService
11-25 02:14:21.516 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
11-25 02:14:21.516 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.p2p.WifiP2pService
11-25 02:14:21.518 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.wifi.p2p.WifiP2pService took to complete: 2ms
11-25 02:14:21.518 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.ConnectivityServiceInitializer
11-25 02:14:21.520 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.ConnectivityServiceInitializer took to complete: 1ms
11-25 02:14:21.520 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.notification.NotificationManagerService
11-25 02:14:21.549 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.notification.NotificationManagerService took to complete: 30ms
11-25 02:14:21.549 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService
11-25 02:14:21.549 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
11-25 02:14:21.549 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle took to complete: 1ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.location.LocationTimeZoneManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.wallpapereffectsgeneration.WallpaperEffectsGenerationManagerService
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.wallpapereffectsgeneration.WallpaperEffectsGenerationManagerService took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.DockObserver
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.DockObserver took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.twilight.TwilightService
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.twilight.TwilightService took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.display.color.ColorDisplayService
11-25 02:14:21.550 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.display.color.ColorDisplayService took to complete: 0ms
11-25 02:14:21.550 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.job.JobSchedulerService
11-25 02:14:21.554 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.job.JobSchedulerService took to complete: 4ms
11-25 02:14:21.554 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService
11-25 02:14:21.554 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
11-25 02:14:21.554 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.trust.TrustManagerService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.trust.TrustManagerService took to complete: 1ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.appwidget.AppWidgetService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.appwidget.AppWidgetService took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.apphibernation.AppHibernationService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.apphibernation.AppHibernationService took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.GestureLauncherService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.GestureLauncherService took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.SensorNotificationService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.SensorNotificationService took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
11-25 02:14:21.555 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.blob.BlobStoreManagerService
11-25 02:14:21.555 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.blob.BlobStoreManagerService took to complete: 0ms
11-25 02:14:21.556 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.dreams.DreamManagerService
11-25 02:14:21.556 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.dreams.DreamManagerService took to complete: 0ms
11-25 02:14:21.556 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.print.PrintManagerService
11-25 02:14:21.556 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.print.PrintManagerService took to complete: 0ms
11-25 02:14:21.556 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.security.AttestationVerificationManagerService
11-25 02:14:21.556 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.security.AttestationVerificationManagerService took to complete: 0ms
11-25 02:14:21.556 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService took to complete: 1ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.companion.virtual.VirtualDeviceManagerService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.companion.virtual.VirtualDeviceManagerService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaSessionService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaSessionService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaResourceMonitorService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.BiometricService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.BiometricService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.AuthService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.AuthService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.LauncherAppsService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.LauncherAppsService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.CrossProfileAppsService
11-25 02:14:21.557 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
11-25 02:14:21.557 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.people.PeopleService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.people.PeopleService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.media.metrics.MediaMetricsManagerService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.media.metrics.MediaMetricsManagerService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.bootstrap.StatsBootstrapAtomService$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.stats.bootstrap.StatsBootstrapAtomService$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.incident.IncidentCompanionService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.incident.IncidentCompanionService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.sdksandbox.SdkSandboxManagerService$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.sdksandbox.SdkSandboxManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.adservices.AdServicesManagerService$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.adservices.AdServicesManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.autofill.AutofillManagerService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.autofill.AutofillManagerService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.clipboard.ClipboardService
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.clipboard.ClipboardService took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
11-25 02:14:21.558 584 584 D SystemServerTiming: OnBootPhase_500_com.android.server.tracing.TracingServiceProxy
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500_com.android.server.tracing.TracingServiceProxy took to complete: 0ms
11-25 02:14:21.558 584 584 V SystemServerTiming: OnBootPhase_500 took to complete: 114ms
11-25 02:14:21.558 584 584 V SystemServerTiming: StartBootPhaseSystemServicesReady took to complete: 114ms
11-25 02:14:21.558 584 584 D SystemServerTiming: MakeWindowManagerServiceReady
11-25 02:14:21.560 584 584 V SystemServerTiming: MakeWindowManagerServiceReady took to complete: 3ms
11-25 02:14:21.563 584 584 D SystemServerTiming: StartPermissionPolicyService
11-25 02:14:21.564 584 584 V SystemServerTiming: StartPermissionPolicyService took to complete: 1ms
11-25 02:14:21.564 584 584 D SystemServerTiming: MakePackageManagerServiceReady
11-25 02:14:21.576 584 584 V SystemServerTiming: MakePackageManagerServiceReady took to complete: 13ms
11-25 02:14:21.576 584 584 D SystemServerTiming: MakeDisplayManagerServiceReady
11-25 02:14:21.578 584 584 V SystemServerTiming: MakeDisplayManagerServiceReady took to complete: 2ms
11-25 02:14:21.578 584 584 D SystemServerTiming: StartDeviceSpecificServices
11-25 02:14:21.578 584 584 V SystemServerTiming: StartDeviceSpecificServices took to complete: 0ms
11-25 02:14:21.578 584 584 D SystemServerTiming: GameManagerService
11-25 02:14:21.580 584 584 V SystemServerTiming: GameManagerService took to complete: 2ms
11-25 02:14:21.580 584 584 D SystemServerTiming: ArtManagerLocal
11-25 02:14:21.580 584 584 V SystemServerTiming: ArtManagerLocal took to complete: 0ms
11-25 02:14:21.580 584 584 D SystemServerTiming: StartBootPhaseDeviceSpecificServicesReady
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.security.FileIntegrityService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.security.FileIntegrityService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.Installer
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.pm.Installer took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.powerstats.PowerStatsService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.powerstats.PowerStatsService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.DataLoaderManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.power.PowerManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.power.PowerManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.power.ThermalManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.power.ThermalManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.power.hint.HintManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.power.hint.HintManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.lights.LightsService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.lights.LightsService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.display.DisplayManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.display.DisplayManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.verify.domain.DomainVerificationService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.pm.verify.domain.DomainVerificationService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.PackageInstallerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.pm.PackageInstallerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.om.OverlayManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.om.OverlayManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.resources.ResourcesManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.resources.ResourcesManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.sensorprivacy.SensorPrivacyService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.sensorprivacy.SensorPrivacyService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.sensors.SensorService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.sensors.SensorService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.SystemConfigService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.SystemConfigService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.BatteryService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.BatteryService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.usage.UsageStatsService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.usage.UsageStatsService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.webkit.WebViewUpdateService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.CachedDeviceStateService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.CachedDeviceStateService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.rollback.RollbackManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.rollback.RollbackManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.os.NativeTombstoneManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.os.NativeTombstoneManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.os.BugreportManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.os.BugreportManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.gpu.GpuService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.gpu.GpuService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.security.KeyChainSystemService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.security.KeyChainSystemService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.BinaryTransparencyService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.BinaryTransparencyService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.telecom.TelecomLoaderService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.content.ContentService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.DropBoxManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.DropBoxManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.role.RoleService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.role.RoleService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.vibrator.VibratorManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.vibrator.VibratorManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.tare.InternalResourceService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.tare.InternalResourceService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.alarm.AlarmManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.alarm.AlarmManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.devicestate.DeviceStateManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.devicestate.DeviceStateManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.camera.CameraServiceProxy
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.camera.CameraServiceProxy took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.bluetooth.BluetoothService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.bluetooth.BluetoothService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.PinnerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.PinnerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.logcat.LogcatManagerService
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.logcat.LogcatManagerService took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
11-25 02:14:21.581 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.581 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.UiModeManagerService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.UiModeManagerService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.locales.LocaleManagerService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.locales.LocaleManagerService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.PersistentDataBlockService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.PersistentDataBlockService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.testharness.TestHarnessModeService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.oemlock.OemLockService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.oemlock.OemLockService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.DeviceIdleController
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.DeviceIdleController took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.texttospeech.TextToSpeechManagerService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.texttospeech.TextToSpeechManagerService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.ambientcontext.AmbientContextManagerService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.ambientcontext.AmbientContextManagerService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.speech.SpeechRecognitionManagerService
11-25 02:14:21.582 584 584 V SystemServerTiming: OnBootPhase_520_com.android.server.speech.SpeechRecognitionManagerService took to complete: 0ms
11-25 02:14:21.582 584 584 D SystemServerTiming: OnBootPhase_520_com.android.server.searchui.SearchUiManagerService
11-25 02:14:28.496 584 1867 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.scheduling.RebootReadinessManagerService$Lifecycle took to complete: 0ms
11-25 02:14:28.496 584 1866 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.tracing.TracingServiceProxy
11-25 02:14:28.496 584 1865 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.appbinding.AppBindingService$Lifecycle
11-25 02:14:28.497 584 1867 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.policy.PermissionPolicyService
11-25 02:14:28.497 584 1867 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.policy.PermissionPolicyService took to complete: 0ms
11-25 02:14:28.497 584 1867 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.pm.StagingManager$Lifecycle
11-25 02:14:28.497 584 1867 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms
11-25 02:14:28.497 584 1865 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
11-25 02:14:28.497 584 1865 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.safetycenter.SafetyCenterService
11-25 02:14:28.497 584 1865 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.safetycenter.SafetyCenterService took to complete: 0ms
11-25 02:14:28.497 584 1865 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.appsearch.AppSearchModule$Lifecycle
11-25 02:14:28.497 584 1866 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.tracing.TracingServiceProxy took to complete: 0ms
11-25 02:14:28.497 584 1867 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.app.GameManagerService$Lifecycle
11-25 02:14:28.497 584 1867 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.app.GameManagerService$Lifecycle took to complete: 0ms
11-25 02:14:28.497 584 1865 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.appsearch.AppSearchModule$Lifecycle took to complete: 0ms
11-25 02:14:28.497 584 1866 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.media.MediaCommunicationService
11-25 02:14:28.497 584 1867 D SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.compat.overrides.AppCompatOverridesService$Lifecycle
11-25 02:14:28.497 584 1867 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.compat.overrides.AppCompatOverridesService$Lifecycle took to complete: 0ms
11-25 02:14:28.497 584 1866 V SystemServerTimingAsync: ssm.onCompletedEventUser-0_{|Unlocked|}_com.android.server.media.MediaCommunicationService took to complete: 0ms
11-25 02:14:28.497 584 610 V SystemServerTimingAsync: ssm.CompletedEventUser-0 took to complete: 13ms
11-25 02:15:22.994 584 642 D SystemServerTiming: getUserSwitchability-0
11-25 02:15:22.994 584 642 D SystemServerTiming: TM.isInCall
11-25 02:15:22.994 584 599 D SystemServerTiming: getUserSwitchability-0
11-25 02:15:22.994 584 599 D SystemServerTiming: TM.isInCall
11-25 02:15:22.995 584 642 V SystemServerTiming: TM.isInCall took to complete: 1ms
11-25 02:15:22.995 584 599 V SystemServerTiming: TM.isInCall took to complete: 1ms
11-25 02:15:22.995 584 599 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH
11-25 02:15:22.995 584 642 D SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH
11-25 02:15:22.995 584 599 V SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH took to complete: 0ms
11-25 02:15:22.996 584 599 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED
11-25 02:15:22.996 584 642 V SystemServerTiming: hasUserRestriction-DISALLOW_USER_SWITCH took to complete: 0ms
11-25 02:15:22.996 584 599 V SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED took to complete: 0ms
11-25 02:15:22.996 584 599 D SystemServerTiming: isUserUnlocked-USER_SYSTEM
11-25 02:15:22.996 584 642 D SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED
11-25 02:15:22.996 584 642 V SystemServerTiming: getInt-ALLOW_USER_SWITCHING_WHEN_SYSTEM_USER_LOCKED took to complete: 0ms
11-25 02:15:22.996 584 642 D SystemServerTiming: isUserUnlocked-USER_SYSTEM
11-25 02:15:22.996 584 599 V SystemServerTiming: isUserUnlocked-USER_SYSTEM took to complete: 0ms
11-25 02:15:22.996 584 642 V SystemServerTiming: isUserUnlocked-USER_SYSTEM took to complete: 0ms
11-25 02:15:22.996 584 599 V SystemServerTiming: getUserSwitchability-0 took to complete: 2ms
11-25 02:15:22.996 584 642 V SystemServerTiming: getUserSwitchability-0 took to complete: 2ms
rk3588_t:/ #
2、
- 检查系统属性
bash
查看系统启动完成时间
adb shell getprop | grep "sys.boot_completed"
adb shell getprop | grep "dev.bootcomplete"
查看上次关机/重启原因
adb shell getprop | grep "shutdown"
adb shell getprop | grep "reboot"
Microsoft Windows 版本 10.0.19045.6216
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $ su
rk3588_t:/ #
rk3588_t:/ # getprop | grep "sys.boot_completed"
sys.boot_completed\]: \[1
rk3588_t:/ #
rk3588_t:/ # getprop | grep "dev.bootcomplete"
dev.bootcomplete\]: \[1
rk3588_t:/ #
rk3588_t:/ # getprop | grep "shutdown"
persist.sys.boot.reason.history: [shutdown,shell,1609502404
ro.boot.bootreason\]: \[shutdown,shell
ro.build.shutdown_timeout\]: \[6
sys.boot.reason\]: \[shutdown,shell
sys.boot.reason.last\]: \[shutdown,shell
rk3588_t:/ #
rk3588_t:/ # getprop | grep "reboot"
reboot,factory_reset,1764036871]
rk3588_t:/ #
rk3588_t:/ #


3、
- 查看RK3588特定日志
bash
查看RK3588芯片相关日志
adb shell dmesg | grep -i "rockchip"
adb shell dmesg | grep -i "3588"
查看PMU(电源管理单元)状态
adb shell cat /sys/kernel/debug/regulator/regulator_summary
Microsoft Windows 版本 10.0.19045.6216
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/
rk3588_t:/ su
rk3588_t:/ # dmesg | grep -i "rockchip"
1.579175 Machine model: Rockchip RK3588 EVB7 V11 Board
2.215275 rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
2.216080 rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
2.216854 rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
2.217649 rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
2.218493 rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
2.219162 rockchip-pinctrl pinctrl: probed pinctrl
2.237968 arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
2.240307 rockchip-cpuinfo cpuinfo: SoC\x09\x09: 35881000
2.240312 rockchip-cpuinfo cpuinfo: Serial\x09\x09: 7f4af88b63ded61f
2.276859 rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
2.277315 rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
2.301904 rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
2.301969 rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
2.309777 rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
2.310577 rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
2.338183 rockchip-pvtm fda40000.pvtm: pvtm@0 probed
2.338225 rockchip-pvtm fda50000.pvtm: pvtm@1 probed
2.338266 rockchip-pvtm fda60000.pvtm: pvtm@2 probed
2.338302 rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
2.338338 rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
2.338729 rockchip-system-monitor rockchip-system-monitor: system monitor probe
2.341314 rockchip-vop2 fdd90000.vop: Adding to iommu group 16
2.349149 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp0 assign plane mask: 0x5, primary plane phy id: 2
2.349158 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp1 assign plane mask: 0xa, primary plane phy id: 3
2.349165 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp2 assign plane mask: 0x140, primary plane phy id: 8
2.349171 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp3 assign plane mask: 0x280, primary plane phy id: 9
2.360770 rockchip-drm display-subsystem: bound fdd90000.vop (ops vop2_component_ops)
2.361207 dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
2.361646 rockchip-drm display-subsystem: bound fde80000.hdmi (ops dw_hdmi_rockchip_ops)
2.362134 dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
2.362546 rockchip-drm display-subsystem: bound fdea0000.hdmi (ops dw_hdmi_rockchip_ops)
2.381853 rockchip-spi feb20000.spi: no high_speed pinctrl state
2.396021 rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
2.928261 rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
2.928326 rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
2.928355 rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
2.928401 rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
2.928426 rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
2.928465 rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
2.928488 rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
2.928528 rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
2.928551 rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
2.928590 rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
2.928613 rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
2.928653 rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
2.929028 rockchip-mipi-csi2 mipi2-csi2: attach to csi2 hw node
2.929046 rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2 was not initialized!
2.929052 rockchip-mipi-csi2: Async registered subdev
2.929057 rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2!
2.929860 rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property
2.990355 dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
2.990363 dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
2.990471 dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
2.990500 dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
2.990509 dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
2.990538 dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 95,32 bit host data width,256 deep fifo
2.990807 dwmmc_rockchip fe2c0000.mmc: Failed getting OCR mask: -22
2.990952 dwmmc_rockchip fe2c0000.mmc: could not set regulator OCR (-22)
2.990960 dwmmc_rockchip fe2c0000.mmc: failed to enable vmmc regulator
3.013238 rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
3.014180 rockchip-i2s-tdm fddf4000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
3.027923 input: rockchip,hdmiin rockchip,hdmiin as /devices/platform/hdmiin-sound/sound/card0/input2
3.030736 rockchip-pinctrl pinctrl: unable to find group for node wifi-poweren-gpio
3.161018 rockchip-dmc dmc: bin=0
3.161194 rockchip-dmc dmc: leakage=35
3.161205 rockchip-dmc dmc: leakage-volt-sel=1
3.161217 rockchip-dmc dmc: soc version=0, speed=1
3.162046 rockchip-dmc dmc: avs=0
3.162059 rockchip-dmc dmc: current ATF version 0x100
3.162131 rockchip-dmc dmc: normal_rate = 1560000000
3.162139 rockchip-dmc dmc: reboot_rate = 2112000000
3.162146 rockchip-dmc dmc: suspend_rate = 528000000
3.162152 rockchip-dmc dmc: video_4k_rate = 1560000000
3.162159 rockchip-dmc dmc: video_4k_10b_rate = 1560000000
3.162165 rockchip-dmc dmc: video_svep_rate = 1560000000
3.162171 rockchip-dmc dmc: boost_rate = 2112000000
3.162177 rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
3.162182 rockchip-dmc dmc: performance_rate = 2112000000
3.162189 rockchip-dmc dmc: hdmirx_rate = 2112000000
3.162197 rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
3.162203 rockchip-dmc dmc: failed to get vop pn to msch rl
3.162288 rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
3.167344 rockchip-dmc dmc: could not find power_model node
3.180707 rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
3.187524 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp0 assign plane mask: 0x5, primary plane phy id: 2
3.187559 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp1 assign plane mask: 0xa, primary plane phy id: 3
3.187572 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp2 assign plane mask: 0x140, primary plane phy id: 8
3.187584 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp3 assign plane mask: 0x280, primary plane phy id: 9
3.224318 rockchip-drm display-subsystem: bound fdd90000.vop (ops vop2_component_ops)
3.225919 dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
3.227349 rockchip-drm display-subsystem: bound fde80000.hdmi (ops dw_hdmi_rockchip_ops)
3.228717 dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
3.229911 rockchip-drm display-subsystem: bound fdea0000.hdmi (ops dw_hdmi_rockchip_ops)
3.246300 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp0 assign plane mask: 0x5, primary plane phy id: 2
3.246342 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp1 assign plane mask: 0xa, primary plane phy id: 3
3.246358 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp2 assign plane mask: 0x140, primary plane phy id: 8
3.246372 rockchip-vop2 fdd90000.vop: drm:vop2_bind vp3 assign plane mask: 0x280, primary plane phy id: 9
3.273231 rockchip-drm display-subsystem: bound fdd90000.vop (ops vop2_component_ops)
3.274762 dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
3.275893 rockchip-drm display-subsystem: bound fde80000.hdmi (ops dw_hdmi_rockchip_ops)
3.276840 dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
3.277447 rockchip-drm display-subsystem: bound fdea0000.hdmi (ops dw_hdmi_rockchip_ops)
3.277508 rockchip-drm display-subsystem: bound fde20000.dsi (ops dw_mipi_dsi2_ops)
3.277566 rockchip-drm display-subsystem: bound fde50000.dp (ops dw_dp_component_ops)
3.277615 rockchip-drm display-subsystem: bound fde60000.dp (ops dw_dp_component_ops)
3.418616 rockchip-drm display-subsystem: route-hdmi1: failed to get logo,offset
3.418947 dwhdmi-rockchip fde80000.hdmi: use tmds mode
3.419463 dwhdmi-rockchip fde80000.hdmi: i2c read err!
3.419544 dwhdmi-rockchip fde80000.hdmi: use tmds mode
3.475592 rockchip-drm display-subsystem: drm fb0: rockchipdrmfb frame buffer device
3.477927 drm Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
3.482916 input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input5
3.488165 input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card2/input6
3.536151 rockchip-pm rockchip-suspend: not set pwm-regulator-config
3.536539 rockchip-suspend not set sleep-mode-config for mem-lite
3.536547 rockchip-suspend not set wakeup-config for mem-lite
3.536556 rockchip-suspend not set sleep-mode-config for mem-ultra
3.536562 rockchip-suspend not set wakeup-config for mem-ultra
3.538292 #0: rockchip,hdmiin
3.538298 #1: rockchip-hdmi0
3.538304 #2: rockchip-hdmi1
3.997044 init: Setting product property ro.product.brand to 'rockchip' (from ro.product.product.brand)
3.997094 init: Setting product property ro.product.manufacturer to 'rockchip' (from ro.product.product.manufacturer)
3.997163 init: Setting property 'ro.build.fingerprint' to 'rockchip/rk3588_t/rk3588_t:13/TQ3C.230805.001.B2/eng.jinhua.20251107.135545:userdebug/release-keys'
5.493929 dwhdmi-rockchip fde80000.hdmi: use tmds mode
6.584880 WLAN_RFKILL: rockchip_wifi_get_oob_irq: Enter
6.584882 WLAN_RFKILL: rockchip_wifi_get_oob_irq: rfkill-wlan driver has not Successful initialized
7.043694 WLAN_RFKILL: rockchip_wifi_power: 0
7.043696 WLAN_RFKILL: rockchip_wifi_power: rfkill-wlan driver has not Successful initialized
10.199175 dwhdmi-rockchip fde80000.hdmi: use tmds mode
10.326566 WLAN_RFKILL: rockchip_wifi_power: 1
10.326568 WLAN_RFKILL: rockchip_wifi_power: rfkill-wlan driver has not Successful initialized
45.170200 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170241 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170256 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170269 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170282 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170295 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170309 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170321 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170335 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
45.170347 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703566 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703718 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703794 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703850 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703886 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703921 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.703956 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.704002 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.704038 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
1034.704071 rockchip-vop2 fdd90000.vop: drm:vop2_isr *ERROR* POST_BUF_EMPTY irq err at vp0
rk3588_t:/ #



Microsoft Windows 版本 10.0.19045.6216
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $ su
rk3588_t:/ #
rk3588_t:/ # dmesg | grep -i "3588"
1.579175 Machine model: Rockchip RK3588 EVB7 V11 Board
2.240307 rockchip-cpuinfo cpuinfo: SoC\x09\x09: 35881000
2.580683 pci 0002:20:00.0: 1d87:3588 type 01 class 0x060400
2.610847 pci 0004:40:00.0: 1d87:3588 type 01 class 0x060400
3.997075 init: Setting product property ro.product.device to 'rk3588_t' (from ro.product.product.device)
3.997111 init: Setting product property ro.product.model to 'rk3588_t' (from ro.product.product.model)
3.997132 init: Setting product property ro.product.name to 'rk3588_t' (from ro.product.product.name)
3.997163 init: Setting property 'ro.build.fingerprint' to 'rockchip/rk3588_t/rk3588_t:13/TQ3C.230805.001.B2/eng.jinhua.20251107.135545:userdebug/release-keys'
6.584775 dhd _dhd_module_init: in Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)\x0a/home/jinhualong/new_disk_4t/wyb/RD-RK3588/EVB7_RD-RK3588t/external/wifi_driver/bcmdhd compiled on Nov 25 2025 at 10:13:37\x0a
6.599954 dhd dhdpcie_init: rc_dev from dev->bus->self (1d87:3588) is 0000000000000000
7.038227 dhd Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)\x0a/home/jinhualong/new_disk_4t/wyb/RD-RK3588/EVB7_RD-RK3588t/external/wifi_driver/bcmdhd compiled on Nov 25 2025 at 10:13:37\x0a
10.326543 dhd Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)\x0a/home/jinhualong/new_disk_4t/wyb/RD-RK3588/EVB7_RD-RK3588t/external/wifi_driver/bcmdhd compiled on Nov 25 2025 at 10:13:37\x0a
rk3588_t:/ #

Microsoft Windows 版本 10.0.19045.6216
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $
rk3588_t:/ $ su
rk3588_t:/ #
rk3588_t:/ # cat /sys/kernel/debug/regulator/regulator_summary
regulator use open bypass opmode voltage current min max
regulator-dummy 5 5 0 unknown 0mV 0mA 0mV 0mV
fe210000.sata-target 1 0mA 0mV 0mV
fe210000.sata-phy 1 0mA 0mV 0mV
fe210000.sata-ahci 1 0mA 0mV 0mV
backlight-power 1 0mA 0mV 0mV
regulator-dummy 0 0mA 0mV 0mV
vcc12v_dcin 4 4 0 unknown 12000mV 0mA 12000mV 12000mV
vcc12v_dcin 0 0mA 0mV 0mV
vcc5v0_sys 19 18 0 unknown 5000mV 0mA 5000mV 5000mV
vcc5v0_sys 0 0mA 0mV 0mV
vcc_1v1_nldo_s3 6 6 0 unknown 1100mV 0mA 1100mV 1100mV
vcc_1v1_nldo_s3 0 0mA 0mV 0mV
vdd_0v75_s3 1 1 0 unknown 750mV 0mA 750mV 750mV
vdd_0v75_s3 0 0mA 0mV 0mV
vdd_ddr_pll_s0 1 1 0 unknown 850mV 0mA 850mV 850mV
vdd_ddr_pll_s0 0 0mA 0mV 0mV
avdd_0v75_s0 2 2 0 unknown 837mV 0mA 837mV 837mV
avdd_0v75_s0 0 0mA 0mV 0mV
pcie30_avdd0v75 1 1 0 unknown 750mV 0mA 750mV 750mV
pcie30_avdd0v75 0 0mA 0mV 0mV
vdd_0v85_s0 2 2 0 unknown 850mV 0mA 850mV 850mV
vdd_0v85_s0 0 0mA 0mV 0mV
pcie20_avdd0v85 1 1 0 unknown 850mV 0mA 850mV 850mV
pcie20_avdd0v85 0 0mA 0mV 0mV
vdd_0v75_s0 1 1 0 unknown 750mV 0mA 750mV 750mV
vdd_0v75_s0 0 0mA 0mV 0mV
vdd_gpu_s0 2 5 0 normal 675mV 0mA 550mV 950mV
fb000000.gpu-mem 0 0mA 675mV 950mV
fb000000.gpu-mali 0 0mA 675mV 950mV
fb000000.gpu-mem 1 0mA 0mV 0mV
fb000000.gpu-mali 1 0mA 0mV 0mV
vdd_gpu_s0 0 0mA 0mV 0mV
vdd_cpu_lit_s0 1 3 0 normal 700mV 0mA 550mV 950mV
cpu0-mem 0 0mA 700mV 950mV
cpu0-cpu 0 0mA 700mV 950mV
vdd_cpu_lit_s0 0 0mA 0mV 0mV
vdd_log_s0 1 3 0 normal 750mV 0mA 675mV 750mV
dmc-mem 0 0mA 0mV 0mV
dmc-mem 0 0mA 750mV 750mV
vdd_log_s0 0 0mA 0mV 0mV
vdd_vdenc_s0 1 5 0 normal 800mV 0mA 550mV 950mV
fdbe0000.rkvenc-core-mem 0 0mA 800mV 950mV
fdbe0000.rkvenc-core-venc 0 0mA 800mV 950mV
fdbd0000.rkvenc-core-mem 0 0mA 800mV 950mV
fdbd0000.rkvenc-core-venc 0 0mA 800mV 950mV
vdd_vdenc_s0 0 0mA 0mV 0mV
vdd_ddr_s0 1 3 0 normal 850mV 0mA 675mV 900mV
dmc-center 0 0mA 0mV 0mV
dmc-center 0 0mA 850mV 900mV
vdd_ddr_s0 0 0mA 0mV 0mV
vdd2_ddr_s3 1 1 0 normal 500mV 0mA 0mV 0mV
vdd2_ddr_s3 0 0mA 0mV 0mV
vdd_2v0_pldo_s3 4 4 0 normal 2000mV 0mA 2000mV 2000mV
vdd_2v0_pldo_s3 0 0mA 0mV 0mV
avcc_1v8_s0 3 3 0 unknown 1800mV 0mA 1800mV 1800mV
avcc_1v8_s0 0 0mA 0mV 0mV
pcie20_avdd1v8 1 1 0 unknown 1800mV 0mA 1800mV 1800mV
pcie20_avdd1v8 0 0mA 0mV 0mV
pcie30_avdd1v8 1 1 0 unknown 1800mV 0mA 1800mV 1800mV
pcie30_avdd1v8 0 0mA 0mV 0mV
vcc_1v8_s0 4 3 0 unknown 1800mV 0mA 1800mV 1800mV
fec10000.saradc-vref 1 0mA 0mV 0mV
vcc_1v8_s0 0 0mA 0mV 0mV
vcc3v3_lcd0_n 1 2 0 unknown 1800mV 0mA 0mV 0mV
fde20000.dsi.0-power 1 0mA 0mV 0mV
vcc3v3_lcd0_n 0 0mA 0mV 0mV
avdd_1v2_s0 1 1 0 unknown 1200mV 0mA 1200mV 1200mV
avdd_1v2_s0 0 0mA 0mV 0mV
vcc_3v3_s3 1 1 0 normal 3300mV 0mA 3300mV 3300mV
vcc_3v3_s3 0 0mA 0mV 0mV
vddq_ddr_s0 1 1 0 normal 500mV 0mA 0mV 0mV
vddq_ddr_s0 0 0mA 0mV 0mV
vcc_1v8_s3 1 1 0 normal 1800mV 0mA 1800mV 1800mV
vcc_1v8_s3 0 0mA 0mV 0mV
vcc_3v3_s0 1 1 0 unknown 3300mV 0mA 3300mV 3300mV
vcc_3v3_s0 0 0mA 0mV 0mV
vccio_sd_s0 1 2 0 unknown 3300mV 0mA 1800mV 3300mV
fe2c0000.mmc-vqmmc 0 0mA 0mV 0mV
vccio_sd_s0 0 0mA 0mV 0mV
pldo6_s3 1 1 0 unknown 1800mV 0mA 1800mV 1800mV
pldo6_s3 0 0mA 0mV 0mV
vdd_cpu_big0_s0 1 3 0 normal 700mV 0mA 550mV 1050mV
cpu4-mem 0 0mA 700mV 1000mV
cpu4-cpu 0 0mA 675mV 1000mV
vdd_cpu_big0_s0 0 0mA 0mV 0mV
vdd_cpu_big1_s0 1 3 0 normal 812mV 0mA 550mV 1050mV
cpu6-mem 0 0mA 812mV 1000mV
cpu6-cpu 0 0mA 737mV 1000mV
vdd_cpu_big1_s0 0 0mA 0mV 0mV
vdd_npu_s0 1 5 0 normal 812mV 0mA 550mV 950mV
fdab0000.npu-mem 0 0mA 812mV 950mV
fdab0000.npu-rknpu 0 0mA 812mV 950mV
fdab0000.npu-mem 0 0mA 0mV 0mV
fdab0000.npu-rknpu 0 0mA 0mV 0mV
vdd_npu_s0 0 0mA 0mV 0mV
vcc5v0_usbdcin 2 2 0 unknown 5000mV 0mA 5000mV 5000mV
vcc5v0_usbdcin 0 0mA 0mV 0mV
vcc5v0_usb 2 3 0 unknown 5000mV 0mA 5000mV 5000mV
vcc5v0_usb 0 0mA 0mV 0mV
vbus5v0_typec 0 1 0 unknown 5000mV 0mA 5000mV 5000mV
vbus5v0_typec 0 0mA 0mV 0mV
vcc5v0_host 7 4 0 unknown 5000mV 0mA 5000mV 5000mV
phy-fd5d4000.syscon:usb2-phy@4000.3-phy 2 0mA 0mV 0mV
phy-fd5dc000.syscon:usb2-phy@c000.2-phy 2 0mA 0mV 0mV
phy-fd5d8000.syscon:usb2-phy@8000.1-phy 2 0mA 0mV 0mV
vcc5v0_host 0 0mA 0mV 0mV
vcc3v3_pcie30 2 3 0 unknown 3300mV 0mA 3300mV 3300mV
fe170000.pcie-vpcie3v3 1 0mA 0mV 0mV
fe190000.pcie-vpcie3v3 1 0mA 0mV 0mV
vcc3v3_pcie30 0 0mA 0mV 0mV
vcc_mipidphy0 0 1 0 unknown 0mV 0mA 0mV 0mV
vcc_mipidphy0 0 0mA 0mV 0mV
vcc_3v3_sd_s0 0 2 0 unknown 0mV 0mA 0mV 0mV
fe2c0000.mmc-vmmc 0 0mA 0mV 0mV
vcc_3v3_sd_s0 0 0mA 0mV 0mV
rk3588_t:/ #

