Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to prevent AndroidStudio from opening LogCat (tab) when pressing "Run"?

Every time I press "Run" project on Android Studio - LogCat tab is opening. This is annoying.

I was looking at Settings but couldn't find the answer.

Who knows how to stop it?

like image 502
AndrewS Avatar asked Jan 15 '14 12:01

AndrewS


People also ask

Why is my Logcat empty Android Studio?

Go to the File option > click on “INVALIDATE CACHES/RESTART” then a dialog box will pop up, Select the “INVALIDATE CACHES/RESTART” button. This will automatically restart and build the index of android studio.

What is log I in Android Studio?

i(String tag, String msg) Send an INFO log message. static boolean. isLoggable(String tag, int level) Checks to see whether or not a log for the specified tag is loggable at the specified level.

Can not find Logcat in Android Studio?

Go to Project Structure -> Facets -> “+” -> Android -> Select Project Logcat should now be visible.


1 Answers

Edit the run configurations, then go to the run configuration you wish to edit. Select the Logcat tab and uncheck the "Show logcat automatically" option.

like image 174
keyboardsurfer Avatar answered Sep 24 '22 17:09

keyboardsurfer