1. 폰 연결, CMD 실행
2. 앱의 PID 확인
adb shell ps | grep 패키지명
3. 로그캣 실행
adb logcat --pid=패키지 PID
로그캣 관련 옵션 등 더 자세한 내용 https://developer.android.com/studio/command-line/logcat?hl=ko