IT
ADB 명령어
pakddo
2011. 9. 20. 15:02
http://forum.falinux.com/zbxe/?document_srl=533523
예)
여러 단말기 중에 하나를 선택해서 접속할 때,
adb -s emulator-5554 shell
http://blog.naver.com/mirnae/100114561521
To watch the log of an active device continually: adb logcat
예)
여러 단말기 중에 하나를 선택해서 접속할 때,
adb -s emulator-5554 shell
http://blog.naver.com/mirnae/100114561521
To watch the log of an active device continually: adb logcat
To dump the whole log: adb logcat -d
To dump the whole log to a file: adb logcat -d > log.txt
To filter and display a particular log tag: adb logcat -s MyLogTag
adb logcat -d > log.txt
http://kangfeel38.egloos.com/3945089
ADB 실행방법 및 명령어 정리
[출처] Android LogCat의 로그를 로컬 컴퓨터 파일로 저장하기|작성자 검린