Reputation: 121
I am using Android Studio 1.2.2 and Logcat sometimes automatically clears itsself after my app crashes.
How can I prevent this behaviour?
Upvotes: 7
Views: 1946
Reputation: 1378
yes, Because it filters Log of our application. And when app crashes LogCat has no app to filter.
Also remember that LogCat has previous messages that we can get again by setting NO FILTER to LogCat.
Just select No Filters. It will give your messages again :-)
Upvotes: 10