본문 바로가기

Android

android log

반응형

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

 

반응형