Simon Zettervall
Simon Zettervall

Reputation: 355

How do I disable the Android Logcat popup?

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

Answers (1)

singularhum
singularhum

Reputation: 5122

Run -> Edit Configurations -> Select your application -> Logcat tab -> Uncheck Show logcat automatically

Do not show logcat automatically

Upvotes: 10

Related Questions