Search code examples
androideclipse-pluginadbadtlogcat

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?


Solution

  • I use adb logcat through the Windows command prompt. You can get as many lines as you want using that.