Logcat 损坏。 eclipse或终端没有输出
我的 logcat 输出已从 eclipse 和“adm logcat”中完全消失。在这两种情况下,它们都是空白的。
我已经尝试过:
adb kill-server / adb start-server
Restarted eclipse
Rebooted computer (dell mini 10v)
Rebooted phone (cliqxt)
Unplugged and replugged in phone usb connection
我无法真正使用模拟器进行测试,因为在这台机器上启动它至少需要 45 分钟。 任何人都知道什么会导致这种情况?
谢谢
My logcat output has completely disappeared from both eclipse and "adm logcat". In both instances they're just blank.
I've tried:
adb kill-server / adb start-server
Restarted eclipse
Rebooted computer (dell mini 10v)
Rebooted phone (cliqxt)
Unplugged and replugged in phone usb connection
I can't really test with the emulator because it takes a minimum of 45 minutes to start it on this machine.
Anyone have any idea what can cause this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我解决了。这是电话的问题。我取出电池和 SIM 卡,然后 logcat 在重新启动时吐出 6 小时的日志。由于某种原因,手机正在存储它们并且没有将它们清除。
I solved it. It was an issue with the phone. I removed the battery and SIM and then logcat puked out 6 hours of logs on reboot. The phone was storing them and not flushing them out for some reason.