Logcat doesn't show anything
Try this:
On Linux or Mac OS X:
./adb kill-server
./adb start-server
On Windows:
adb kill-server
adb start-server
This will restart the adb and everything should work fine.
Sometimes this problem occurs when you run on your PC two instances of Eclipse, for example on different workspaces. So, to avoid repeating problem you should use only one instance of eclipse.
To repair logging you should do following steps:
- Unplug the device
- Close all Eclipse windows
- Restart adb in command line: adb kill-server and than adb start-server
- Run again Eclipse and connect device
Sometimes help other method. Go to Eclipse Window > Perspective > DDMS and than from Device sub-window choose Reset adb
It happened to me as well but I think the problem is in the DDMS.
You can try the following:
- Open DDMS perspective
- Go to the Devices tab (If you have no open go to Windows -> Show Views -> Devices)
- Click on the open emulator and you should see the log again