티스토리 뷰

지식쌓기

adb 관련 이런저런 명령어들

바나나쥬스 2012. 7. 11. 10:34

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