adb logcat
zsh: command not found: adb
=> source .bash_profile 이 실행되지 않았을 때 뜨는 메세지라 한다.
source ~/.bash_profile
- waiting for device -
error: more than one device/emulator
=> 디바이스나 애뮬레이터가 2개이상 이거나 없을 경우 뜨는 메시지라 한다.
adb devices
adb -s 212de93835017ece logcat Hello100:D *:S > logData.txt
zsh: no matches found: *:S
=> 별표를 사용시에는 작은따옴표로 감싸줘야 함
adb -s 212de93835017ece logcat Hello100:D '*':S > logData.txt
파일을 열면 "문서 ‘logData.txt’을(를) 열 수 없습니다. 유니코드(UTF-8) 텍스트 인코딩이 적용되지 않습니다." 에러가 뜨는데
간단하게 여는 방법은 크롬 브라우저에 끌어다 놓으면 된다 ㅎ_ㅎ