Android- DDMS 显示消息:logcat read: Invalid argument
那么我该如何解决这个问题呢?看来我的 DDMS 坏了。
So how can I fix this problem. It seems my DDMS is broken down.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
通过插入/拔出设备,然后输入命令“
adb logcat -c
”确实很有帮助It really helped by plugging in/unplugging the device, followed by the command '
adb logcat -c
'就我而言,每次我将应用程序的新版本上传到手机时,日志就会停止。
发出命令“adb logcat -c”,然后拔出/插入效果很好。
谢谢你的提示。
In my case the log stopped every time i uploaded a new version of my app to the phone.
issuing the command "adb logcat -c" followed by unplug/plug worked fine.
Thx for the hints.
是真机还是模拟器?
如果您通过手机获取该信息,则日志记录可能会被禁用。在
adb shell
中尝试一下:但是,如果您在一段时间后收到此消息(打印了一些日志,然后它停止了),请尝试:
Is it a real device, or the emulator?
If you're getting that from a phone, logging might be disabled. try this in
adb shell
:But, if you're getting that after a while (some logs get printed, then it stops), try:
应该是android插件中的一种错误。
重新启动了
一个。 ADB 服务器(adb 终止服务器、adb 启动服务器)、
b.日食和
c.重新连接设备(真实手机)。
这帮助我让 DDMS Logcat 恢复正常。
Should be one kinda bug in android plugins.
Restarted the
a. ADB server(adb kill-server, adb start-server) ,
b. eclipse and
c. re-connected the device (real phone) .
This helped me to get DDMS Logcat back to normal.
我有同样的问题,
现在我可以解决它。
转到 DDMS,单击设备或模拟器的名称(在左上角窗口),
logcat 将显示:)
I have the same problem,
Now i can fix it.
Go to DDMS, click on the name of device or Emulator (on the left top Window)
and logcat will show :)