'ADB'에 해당되는 글 1건

  1. 2021.11.26 adb shell 명령 log 로 logcat 출력하기

adb shell 명령 log 로 logcat 출력하기

OS/Android 2021. 11. 26. 18:46
반응형

log 명령을 통해 logcat 로그 추가 하는 방법

$ log --help
usage: log [-p PRI] [-t TAG] MESSAGE...
Logs message to logcat.
-p Use the given priority instead of INFO:
d: DEBUG e: ERROR f: FATAL i: INFO v: VERBOSE w: WARN s: SILENT
-t Use the given tag instead of "log"

반응형