제목 | adb logcat manual | ||||
---|---|---|---|---|---|
글쓴이 | DreamyCnI | 날짜 | 2018.08.17 20:12 | 조회 수 | 4529 |
adb logcat [option] [filter-specs] adb logcat Notes: press Ctrl-C to stop monitor adb logcat *:V lowest priority, filter to only show Verbose level adb logcat *:D filter to only show Debug level adb logcat *:I filter to only show Info level adb logcat *:W filter to only show Warning level adb logcat *:E filter to only show Error level adb logcat *:F filter to only show Fatal level adb logcat *:S Silent, highest priority, on which nothing is ever printed adb logcat -b <Buffer> adb logcat -b radio View the buffer that contains radio/telephony related messages. adb logcat -b event View the buffer containing events-related messages. adb logcat -b main default adb logcat -c Clears the entire log and exits. adb logcat -d Dumps the log to the screen and exits. adb logcat -f test.logs Writes log message output to test.logs . adb logcat -g Prints the size of the specified log buffer and exits. adb logcat -n <count> Sets the maximum number of rotated logs to <count>. Notes: The default value is 4. Requires the -r option. adb logcat -r <kbytes> Rotates the log file every <kbytes> of output. Notes: The default value is 16. Requires the -f option. adb logcat -s Sets the default filter spec to silent. adb logcat -v <format> adb logcat -v brief Display priority/tag and PID of the process issuing the message (default format). adb logcat -v process Display PID only.) adb logcat -v tag Display the priority/tag only. adb logcat -v raw Display the raw log message, with no other metadata fields. adb logcat -v time Display the date, invocation time, priority/tag, and PID of the process issuing the message. adb logcat -v threadtime Display the date, invocation time, priority, tag, and the PID and TID of the thread issuing the message. adb logcat -v long Display all metadata fields and separate messages with blank lines. |
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
13 | 한글 깨지는데. [1] | 오니츠 | 2019.12.12 | 210 |
» | adb logcat manual | DreamyCnI | 2018.08.17 | 4529 |
11 | adb shell pm 명령어 ; apk 파일 추출 및 인스톨 | DreamyCnI | 2018.08.17 | 3328 |
10 | ADB로 스크린 캡쳐하여 저장하는 방법 | DreamyCnI | 2018.08.17 | 54839 |
9 | adb shell 에서 sqilte3 사용 하기 | DreamyCnI | 2018.08.17 | 197 |
8 | 원격 linux 서버에서 local device로 adb 접속하기 | DreamyCnI | 2018.08.17 | 3049 |
7 | adb로 display 해상도 조정 | DreamyCnI | 2018.08.17 | 375 |
6 | adb로 폰 화면 동영상 저장 | DreamyCnI | 2018.08.17 | 1739 |
5 | adb 를 이용한 터치 이벤트 보내기 | DreamyCnI | 2018.08.17 | 679 |
4 | Android Log (adb logcat) 보기 | DreamyCnI | 2018.08.17 | 350 |
3 | logcat, main+kernel로그 합치는 로그 | DreamyCnI | 2018.08.17 | 439 |
2 | adb logcat 사용법 | DreamyCnI | 2018.08.17 | 764 |
1 | ADB Usage 번역 | DreamyCnI | 2018.08.17 | 323 |