Reputation: 355
How do I disable the Android Logcat popup whenever I launch an app in Android Studio? I use the terminal to check logcat and it is irritating to have to close it each time.
Upvotes: 2
Views: 1001
Reputation: 5122
Run -> Edit Configurations -> Select your application -> Logcat tab -> Uncheck Show logcat automatically
Upvotes: 10