aplog 筛选

    xiaoxiao2021-12-14  76

    1.histroy event事件

    beginning of kernel // 系统重启 beginning of crash // 上层crash,会引起重启表现为 SWWDT_RESET

    2.sdcard插拔打印

    KERNEL : [70056.058716] mmc2: new high speed SDXC card at address 0007 KERNEL : [70056.069514] mmc2: calculated max. discard sectors 131072 for timeout 2684 ms KERNEL : [70056.077736] mmcblk1: mmc2:0007 SD128 117 GiB KERNEL : [70056.094389] mmcblk1: p1 p2 ... KERNEL : [ 1072.835709] mmc2: card 0007 removed

    3.U盘插拔打印

    usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd // 插上 30375936 512-byte logical blocks: (15.5 GB/14.4 GiB) // 读取大小 USB disconnect, device number // 拔出

    4.关机或重启

    ShutdownThread: shutdown_rotation:0 ShutdownThread: Sending shutdown broadcast... ShutdownThread: Shutting down activity manager... ShutdownThread: Shutting down package manager... ShutdownThread: Waiting for NFC, Bluetooth and Radio... ShutdownThread: NFC, Radio and Bluetooth shutdown complete. ShutdownThread: Shutting down MountService ShutdownThread: Result code 0 from MountService.shutdown ShutdownThread: Rebooting, reason: power reboot

    5.亮灭屏过程

    // 亮屏 11:21:00.354 3106 3128 I DisplayPowerController: Blocking screen on until initial contents have been drawn. 11:21:00.355 3106 3128 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = com.android.server.policy.PhoneWindowManager$2@19befd5) 11:21:00.355 3106 3106 V KeyguardServiceDelegate: onStartedWakingUp() 11:21:00.367 3106 3118 V KeyguardServiceDelegate: **** SHOWN CALLED **** 11:21:00.500 3106 3128 I DisplayPowerController: Unblocked screen on after 146 ms 11:21:00.501 3106 3128 V KeyguardServiceDelegate: onScreenTurnedOn() // 灭屏 11:21:19.086 3106 3128 V KeyguardServiceDelegate: onScreenTurnedOff()

    6.查看电量

    healthd: battery l=95 v=4177 t=26.7 h=2 st=3 c=-977 chg= 2016-11-28 12:48:44.534751058 UTC healthd: battery l=95 v=4175 t=26.6 h=2 st=3 c=-931 chg= 2016-11-28 12:49:50.046428782 UTC healthd: battery l=95 v=4175 t=26.6 h=2 st=3 c=-931 chg= 2016-11-28 12:49:50.073016312 UTC healthd: battery l=94 v=4173 t=26.7 h=2 st=3 c=-936 chg= 2016-11-28 12:50:55.582376222 UTC healthd: battery l=94 v=4173 t=26.7 h=2 st=3 c=-936 chg= 2016-11-28 12:50:55.605537541 UTC healthd: battery l=94 v=4171 t=26.7 h=2 st=3 c=-960 chg= 2016-11-28 12:52:01.118248311 UTC healthd: battery l=94 v=4171 t=26.7 h=2 st=3 c=-960 chg= 2016-11-28 12:52:01.137621106 UTC healthd: battery l=94 v=4169 t=26.7 h=2 st=3 c=-931 chg= 2016-11-28 12:53:06.653697110 UTC healthd: battery l=94 v=4169 t=26.7 h=2 st=3 c=-931 chg= 2016-11-28 12:53:06.679343173 UTC healthd: battery l=94 v=4167 t=26.7 h=2 st=3 c=-936 chg= 2016-11-28 12:54:12.190041364 UTC healthd: battery l=94 v=4167 t=26.7 h=2 st=3 c=-936 chg= 2016-11-28 12:54:12.217718881 UTC healthd: battery l=94 v=4165 t=26.7 h=2 st=3 c=-934 chg= 2016-11-28 12:55:17.724621510 UTC healthd: battery l=94 v=4165 t=26.7 h=2 st=3 c=-934 chg= 2016-11-28 12:55:17.743962555 UTC
    转载请注明原文地址: https://ju.6miu.com/read-971083.html

    最新回复(0)