원인 logcat 의 로그를 보던 중 아래와 같은 메시지가 노출되는 문제를 발견하였습니다. logcat: Unexpected EOF! This means that either the device shut down, logd crashed, or this instance of logcat was unable to read log messages as quickly as they were being produced. If you have enabled significant logging, look into using the -G option to increase log buffer sizes. 이 문제는 ADB의 log buffer 가 작아서 생기는 문제더라구요? 테스트 기기 혹은 애뮬레티어의 개발자옵션으로..