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

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -