Crash日志查找与分析

确定被杀进程的包名

确定进程被杀的精确时间点

确定被杀进程号

搜索进程号,将进程号相关的日志都找出来,单独在复制到一个文件中

搜索关键字"onDestroy"、

"Process : Sending signal. PID: 31950 SIG: 9"
ActivityManager: appDiedLocked: pid=31950, app=ProcessRecord{42b1370 31950:e.unity3d/u14a331}, fromBinderDied=true, reason=null
ActivityManager: Process e.unity3d (pid 31950) has died: fg TOP
Zygote : Process 31950 exited due to signal 9 (Killed)
ActivityManager: Force stopping com.seres.smartscene appid=10331 user=11: from pid 2778 iAwareF[SystemManager] 14616ms
ActivityManager: Killing 27176:e.unity3d/u11a331 (adj 900): stop com.seres.smartscene due to from pid 2778 iAwareF[SystemManager] 14616ms
am_proc_died: [0,9307,com.quark.browser,905,11] 进程pid为9307
Fatal Exception

正常查杀empty进程

am_kill : [0,2409,com.miui.screenrecorder,955,empty for 1800s]
ActivityManager: Killing 20081:com.android.providers.calendar/u0a72 (adj 985): empty #26

LowMemoryKiller(低内存查杀)

lowmemorykiller: Kill 'com.quark.browser' (9307), uid 10248, oom_adj 905 to free 69048kB
07-30 22:18:26.746 1000 1718 5127 I am_low_memory: 68

07-30 22:18:26.746 1000 1718 5108 I am_proc_died: [0,21963,com.xiaomi.channel,400,14]

07-30 22:18:26.803 1000 1718 5127 I am_low_memory: 66

相关推荐
浪小满几秒前
linux下使用脚本实现对进程的内存占用自动化监测
linux·运维·自动化·内存占用情况监测
东软吴彦祖14 分钟前
包安装利用 LNMP 实现 phpMyAdmin 的负载均衡并利用Redis实现会话保持nginx
linux·redis·mysql·nginx·缓存·负载均衡
艾杰Hydra39 分钟前
LInux配置PXE 服务器
linux·运维·服务器
jerry-891 小时前
centos 安全配置基线
网络
慵懒的猫mi1 小时前
deepin分享-Linux & Windows 双系统时间不一致解决方案
linux·运维·windows·mysql·deepin
Allen Bright1 小时前
使用 JMeter 的 Autostop Listener 插件:自动化性能测试的守护者
运维·jmeter·自动化
晚秋贰拾伍1 小时前
设计模式的艺术-代理模式
运维·安全·设计模式·系统安全·代理模式·运维开发·开闭原则
阿无@_@1 小时前
2、ceph的安装——方式二ceph-deploy
linux·ceph·centos
hhzz1 小时前
ansible自动化运维实战--复制模块和用户模块(3)
运维·自动化·ansible