Samir Mangroliya
Samir Mangroliya

Reputation: 40406

how to solve eclipse perspective error?

I add my error in below snap.I am working with android and I have Eclipse Indigo Service Release 1 version.When Any Error comes it give me in java perspective.How to close it and only see When i change my DDMS perspective ,I stop it in java perspective.

enter image description here

Upvotes: 6

Views: 679

Answers (1)

user658042
user658042

Reputation:

You can disable the automated logcat popup by going to Window -> Preferences -> Android -> LogCat and unchecking Display logcat view when there are messages from an application in the workspace. Then just close the subwindow, it should stay closed until you switch the perspective.

Upvotes: 6

Related Questions