반응형
adb shell dumpsys
stric mode
adb shell dumpsys dropbox system_app_strictmode --print > aaa.txt
adb shell dumpsys dropbox data_app_strictmode --print > aaa.txt
adb shell bugreport cmd --print > aaa.txt
bugreport cmd 시 data/anr 밑에 로그 생김.
adb logcat -b events -v threadtime -d *:v > eventlog.txt 이벤트 로그
라디오 로그
adb logcat -v time -b radio > aa.txt
메모리 정보(meminfo)
adb shell procrank(eng mode & root 권한 필요)
adb shell dumpsys meminfo - 프로세스 별 요약 정보
adb shell dumpsys meminfo PID - 해당 프로세스의 전체 정보
현재 실행중인 액티비티 정보
adb shell dumpsys activity
반응형
'Android' 카테고리의 다른 글
[빌드오류]Jack is required to support java 8 language features. (0) | 2017.04.20 |
---|---|
[Spring] SpringFramework (0) | 2017.04.17 |
NDK(R5)로 JNI 만들기 (0) | 2011.03.04 |
[SimpleDateFormat/DateUtils] 시간정보 포맷 (0) | 2011.01.24 |
[ArrayAdapter]Adapter에 카운트가 정상적으로 되지 않아 제대로 그려지지 않는 현상 (0) | 2011.01.24 |