Android Studio missing exception stacktrace in Logcat

The same thing started happening to me after I updated my Android Studio. After hours of frustration, I found out that clicking on the Filter dropdown menu on the right side of the logcat screen and clicking on No Filters, even if it's already set to No Filters, fixes the issue. I don't know if it will work in your case but you might as well give it a try if you haven't already.


Try to remove all dependencies in your build.gradle file. IMHO, the bug will be in play-services-analytics. Google Analytics tracks exception. Try to remove tracker.enableExceptionReporting(true) in your code.