Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse needs to be restarted frequently for logcat to work properly

As an Android developer, I am facing issue with Logcat integration in Eclipse. Most of the times, it works fine, but I sometimes have to restart Eclipse in order to have those useful log lines back. This occurs especially when I restart the test-dedicated handset. Do you know if there's a way to make it work properly?

like image 488
Rob Avatar asked May 03 '11 04:05

Rob


1 Answers

Happens to me a lot, best tip i've been given is Window->Open Perspective->Other->DDMS.

Switch to this perspective, select your running instance in the Devices pane and Logcat starts showing output again.

like image 50
Owen B Avatar answered Nov 07 '22 16:11

Owen B