【发布时间】:2011-08-04 18:29:52
【问题描述】:
在 Eclipse 中让我的新 Thunderbolt 打印到 logcat 时遇到问题...当我插入它时,我在控制台中收到以下错误:
[2011-08-04 11:23:10 - DeviceMonitor]Failed to start monitoring
[2011-08-04 11:23:11 - Logcat]device () request rejected: device not found
java.io.IOException: device () request rejected: device not found
at com.android.ddmlib.AdbHelper.setDevice(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(Unknown Source)
at com.android.ddmlib.Device.executeShellCommand(Unknown Source)
at com.android.ddmuilib.logcat.LogPanel$3.run(Unknown Source)
我可以很好地运行 adb,有时当我完全重新启动计算机时,logcat 会工作一段时间,但通常不会。很难调试!
有人有什么想法吗?
【问题讨论】: