2

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.

  • 1
    possible duplicate of [Disable Logcat (DDMS) & Run Console automatically opening on any activity](http://stackoverflow.com/questions/24451828/disable-logcat-ddms-run-console-automatically-opening-on-any-activity) – Richard Le Mesurier Sep 04 '15 at 08:47

1 Answers1

10

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

Do not show logcat automatically

singularhum
  • 5,072
  • 2
  • 24
  • 32