Search code examples
androidlogcat

Prevent Logcat from automatically clearing


I am using Android Studio 1.2.2 and Logcat sometimes automatically clears itsself after my app crashes.

How can I prevent this behaviour?


Solution

  • Edit Filter Configuration ->Add your package name

    enter image description here