Just upgraded latest Android Studio. Now when app crashes, the log files adb logcat disappear. It not only stops recording the whole logs seems to be suddenly wiped out. Not to
When I use Android Studio I face the same problem, I resolve this problem by a simple solution: Set the logcat filter:
Click Edit Filter Configuration at right of logcat
in the package name field, set you application ID, and click OK.
Next time the app crash, the logcat will not wipes out.
Very Glad my reputation is above 10, and I can add photo in my answer directly.