How to prevent Android Monitor from automatically opening when I run a project in Android Studio? -


this android monitor window displays log activity phone, can see stack trace, etc. when program crashes. fortunately program runs without crashing. :-) means window not useful me of time.

how can prevent android monitor opening automatically on every time run project?

for now, i've resized small.

for android studio 1.4

  1. go run -> edit configurations

  2. expand defaults , click on android application (or current app, pick top android application node)

  3. switch miscellaneous tab

  4. uncheck show logcat automatically option

you can open window anytime alt/opt+6.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -