Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Logcat from Java Perspective

How can I remove the logcat window from the Java perspective permanently? Every time I get an error (that I'm expecting) it pops up the logcat window (even if i close it/remove it from the perspective) and shows the output. I only want this showing in the debug perspective. It's very annoying and makes iterative testing difficult when trying to fix known issues. I really don't need eclipse changing my focus to an error I've already seen a few dozen times.

I've tried going to "customize perspective" but I can only see options to add it, and even though it's not checked (and presumably not added) it still pops up.

like image 956
user1042012 Avatar asked Nov 11 '11 15:11

user1042012


2 Answers

Turn it off in Window -> Preferences -> Android -> Logcat -> Display logcat view when there are messages from an application in the workspace.

like image 162
vsiva Avatar answered Oct 02 '22 12:10

vsiva


You can prevent Eclipse from automatically opening views like that based on which perspective you're in via your preferences, check the settings seen in the image below:

Eclipse view management preferences

like image 31
Justin Buser Avatar answered Oct 02 '22 14:10

Justin Buser