반응형
adb shell logcat
adb shell dumpstate
adb shell dumpsys
adb shell dumpsys meminfo
adb shell procrank
adb shell "top -m 10 -s rss -d 2"
adb shell dumpsys meminfo pid
adb shell ps -t : thread 모두 출력
adb shell ps -z : time 정보와 함께 출력
adb shell ps -p : priority정보 출력
adb shell "cat < /proc/kmsg" | grep "string"
adb shell "cat < /proc/kmsg" > kernel.log
반응형