Android- DDMS 显示消息:logcat read: Invalid argument

发布于 2024-09-25 14:20:05 字数 34 浏览 5 评论 0原文

那么我该如何解决这个问题呢?看来我的 DDMS 坏了。

So how can I fix this problem. It seems my DDMS is broken down.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

安穩 2024-10-02 14:20:05

通过插入/拔出设备,然后输入命令“adb logcat -c”确实很有帮助

It really helped by plugging in/unplugging the device, followed by the command 'adb logcat -c'

面犯桃花 2024-10-02 14:20:05

就我而言,每次我将应用程序的新版本上传到手机时,日志就会停止。

发出命令“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.

扛刀软妹 2024-10-02 14:20:05

是真机还是模拟器?

如果您通过手机获取该信息,则日志记录可能会被禁用。在 adb shell 中尝试一下:

echo 1 > /sys/kernel/logger/log_main/enable
echo 2 > /sys/kernel/logger/log_main/priority

但是,如果您在一段时间后收到此消息(打印了一些日志,然后它停止了),请尝试:

adb logcat -c

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:

echo 1 > /sys/kernel/logger/log_main/enable
echo 2 > /sys/kernel/logger/log_main/priority

But, if you're getting that after a while (some logs get printed, then it stops), try:

adb logcat -c
无远思近则忧 2024-10-02 14:20:05

应该是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.

青衫负雪 2024-10-02 14:20:05

我有同样的问题,

现在我可以解决它。

转到 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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文