Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LogCat Stops Running in Eclipse Needs Restart

Periodically LogCat will stop showing messages even though I am in debug mode. At other times it will display only one line at a time! I have a solution, restart eclipse. But I would like to understand this better. It takes too much time to restart eclipse when this happens. I have seen this behavior on the emulator and connected to a device. Either the LogCat shows one line with no history or nothing.

like image 221
Androider Avatar asked Feb 16 '11 02:02

Androider


2 Answers

I was with the same problem and the solutions here didn't work for me. The solution I found is open the DDMS perspective and select the device and the running process on the Devices window. With that done, the LogCat returns to life.

like image 103
DBragion Avatar answered Sep 28 '22 11:09

DBragion


Yes, I can get the normal logcat back by clear the log. Also I uncheck the "Limit console output" in Run/Debug->Console.

like image 24
Lenciel Avatar answered Sep 28 '22 09:09

Lenciel