博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
lowmemorykiller 的日志查询
阅读量:4147 次
发布时间:2019-05-25

本文共 1267 字,大约阅读时间需要 4 分钟。

1 lowmemorykiller 的日志查询

系统卡顿优化往往会触发lowmemorykiller,查看应用是否被lowmemorykiller的日志,一般需要查询对应包名对应的pid

例如 com.su.download pid 是16826,目前pid一般可以在event日志查看到

1.1 kernel_log_6__2018_0614_191444

13,845: <7>[  404.507273] -(6)[97:kswapd0][signal][97:kswapd0]send death sig 9 to[16826:redstone.ota.ui:R] 13,846: <6>[  404.507319]  (6)[97:kswapd0]lowmemorykiller: Killing 'redstone.ota.ui' (16826), adj 904, state(0)

1.2 main_log_1__2018_0614_191444

76,496: 06-14 18:56:32.305074 1005 1023 I zygote64: Successfully killed process cgroup uid 1000 pid 16826 in 0ms

1.3 events_log_3__2018_0614_191444

4,202: 06-14 18:56:32.303401 1005 1404 I am_proc_died: [0,16826,com.su.download,904,11]

1.4 sys_log_4__2018_0614_191444

06-14 18:56:32.293532  1005  6176 I WindowManager: WIN DEATH: Window{e5030bc u0 com.su.download/com.su.download.activity.RsMainActivity}06-14 18:56:32.303128  1005  1404 I ActivityManager: Process com.su.download (pid 16826) has died: cch+4SVC 06-14 18:56:32.303719  1005  1404 W ActivityManager: Scheduling restart of crashed service com.su.download/com.globe.android.stats.agent.AgentService in 16262ms06-14 18:56:32.303882  1005  1404 W ActivityManager: Scheduling restart of crashed service com.su.download/com.android.meteor.agent.library.AgentService in 26262ms

转载地址:http://agcti.baihongyu.com/

你可能感兴趣的文章
Commit our mod to our own repo server
查看>>
LOCAL_PRELINK_MODULE和prelink-linux-arm.map
查看>>
Simple Guide to use the gdb tool in Android environment
查看>>
Netconsole to capture the log
查看>>
Build GingerBread on 32 bit machine.
查看>>
How to make SD Card world wide writable
查看>>
Detecting Memory Leaks in Kernel
查看>>
Linux initial RAM disk (initrd) overview
查看>>
Timestamping Linux kernel printk output in dmesg for fun and profit
查看>>
There's Much More than Intel/AMD Inside
查看>>
CentOS7 安装MySQL 5.6.43
查看>>
使用Java 导入/导出 Excel ----Jakarta POI
查看>>
本地tomcat 服务器内存不足
查看>>
IntelliJ IDAE 2018.2 汉化
查看>>
基于S5PV210的uboot移植中遇到的若干问题记录(一)DM9000网卡移植
查看>>
Openwrt源码下载与编译
查看>>
我和ip_conntrack不得不说的一些事
查看>>
Linux 查看端口使用情况
查看>>
文件隐藏
查看>>
两个linux内核rootkit--之二:adore-ng
查看>>