Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop Eclipse from opening Logcat when running an Android app

When doing Android development in Eclipse and running an application, my perspective stays in 'Java' but the LogCat view still opens in the sidebar (the one on the right where the Outline view is).

I don't want LogCat to open, it's annoying. If I want to look at it I can switch perspectives to DDMS.

like image 948
smith324 Avatar asked Nov 14 '11 19:11

smith324


1 Answers

Go to the Android > LogCat section of Eclipse's Prefereneces window and try adjusting settings in there:

enter image description here

In particular, the bottom two checkboxes look promising for adjusting this behavior.

like image 112
CommonsWare Avatar answered Nov 03 '22 00:11

CommonsWare