Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Logcat in Eclipse?

Im facing with a very strange issue and i dont know yet the source of it but the thing is: Every time i click on the Logcat interface in Eclipse, it will crash in 5 seconds and goes to state "Not responding", its really annoying, i just want to get rid of it.

Please anyone can tell me how to disable Logcat interface in Eclipse ?

like image 536
Adam Varhegyi Avatar asked Feb 27 '12 09:02

Adam Varhegyi


3 Answers

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

like image 144
chinna_82 Avatar answered Nov 08 '22 23:11

chinna_82


While the other answers are good. I find that eclipse still seems to be recieveing logcat in the background... this is still an issue for all you that find eclipse hangs or freezes or CPU 100% when you plug in a phone or start the emulator.

The only reliable way if have found to stop eclipse from freezing is to click the pause button on right of the logcat window before plugging in or starting anything. then i just minimize it.

To me, the problem is that eclipse uses a lot of resources to parse the logcat. Correct me on this point, but on my duel-core, eclipse only seems to use one processor at a time. This runs up to 100% when logcat is on. This hangs eclipse specifically as long as the phone is plugged in (my PC does not hang since the other processor is still available). There are a lot of apps on my phone, and there tends to be a lot of logging going on.

Anyway, the pause button works really well for me. Maybe it is a new feature, i don't know when it was introduced. You can still use logcat from the console.

like image 3
SpiRail Avatar answered Nov 09 '22 00:11

SpiRail


May be you are using old one Logcat(with android as it's symbol) that is deprecated, update to the new one... i think then this problem will be solved.

Even if you are using the new one but still there is problem go for complete new plugin for Android development.

like image 2
jDivinDroid Avatar answered Nov 09 '22 00:11

jDivinDroid