本文介绍了Android的dumpsys工具结果的解释的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我执行命令亚行外壳dumpsys cpuinfo我的Android设备上,
i am executing the command "adb shell dumpsys cpuinfo" on my android device,
努力后我得到这样的输出的输出:
after trying it i am getting an output like this output:
2.3% 7398/com.pkg.testapp: 2% user + 0.3% kernel / faults: 79 minor
可能任何一个请解释什么是这个意思输出?
could any one please explain what is meant by this output?
在此先感谢
推荐答案
这是什么更像的/ proc //解开这个考虑ProcessCpuTracker.java,后来这里的
This is nothing more like reading of /proc// to unravel this look into ProcessCpuTracker.java and later on here man-proc
这篇关于Android的dumpsys工具结果的解释的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!