Webエンジニアのメモ帳

技術的な話を中心に書いています。

【Android開発】logcatのエラー

発生したエラー

Android Studioでアプリの開発をしていると、以下のようなエラーが発生しました。

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.

解決方法と原因

Android Studioの再起動により解決しました。

原因はハッキリとは分かりませんでしたが、他の方の投稿なども見るに、Android Studioを開いてから時間が経ちすぎていたのが原因だったのかもしれません。