지식쌓기/개발-Android

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

반응형

'지식쌓기 > 개발-Android' 카테고리의 다른 글

Android Library Update: (58%)  (0) 2012.09.09
android 빌드과정  (0) 2012.07.12
Activity, Fragment lifecycle  (0) 2012.07.10
Android - Convert to Dalvik format failed  (0) 2010.08.24
Android - change Dialog background (초간단)  (6) 2010.06.17