Sometimes this problem occurs when you run two Eclipse instances on your computer, for example, on different workspaces. Therefore, to avoid a recurrence of the problem, you should use only one instance of eclipse.
To restore the log, follow these steps:
- Disconnect device
- Close All Eclipse Windows
- Restart adb on the command line: adb kill-server and adb start server
- Start Eclipse again and connect the device.
Sometimes a different method helps. Go to Eclipse Window> Vista> DDMS , and then select Reset adb device
Michal
source share