未找到 /dev/log/main

发布于 2024-10-15 05:56:10 字数 259 浏览 4 评论 0原文

我正在尝试开发 Android 应用程序,但是当我尝试连接到 logcat 时,出现以下错误:

无法打开日志设备“/dev/log/main”:没有这样的文件或目录

我已经安装了新的SDK,重新启动了我的手机......似乎没有什么可以解决问题。有人有什么解决办法吗?

三星 Galaxy S(Darky's v9.1)

Apple OSX

ADB 1.0.26

I'm trying to develop an Android application but when I try to connect to logcat I get the following error:

Unable to open log device '/dev/log/main': No such file or directory

I already installed a new SDK, rebooted my phone... nothing seems to solve the problem. Anyone has any solution?

Samsung Galaxy S (Darky's v9.1)

Apple OSX

ADB 1.0.26

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

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

发布评论

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

评论(3

月亮邮递员 2024-10-22 05:56:10

我使用了 Speedmod 内核;默认禁用日志记录。在“调整”菜单中重新启用它。

谢谢你让我认识到奥克塔维安·达米安

I had used the Speedmod kernel; This has default Logging disabled. Re-enabled it in the TWEAKS menu.

Thanks for making me realise this Octavian Damiean

作死小能手 2024-10-22 05:56:10

我在XDA上找到了以下方法:

adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system

然后重新启动。

I found the following method on XDA:

adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system

and reboot.

梦醒灬来后我 2024-10-22 05:56:10

对于已 root 的 Galaxy Note 7000,请在 shell 中运行 insmod /lib/modules/logger.ko(rootfs 的 init.rc 中缺少此内容),假设您可以启动足够远以访问 adb /某些终端(如terminal-ide) 。该模块安装在 /dev/log 中并提供丢失的文件。

For a rooted Galaxy Note 7000, run insmod /lib/modules/logger.ko in the shell (this is missing from the rootfs' init.rc), assuming you can boot up sufficiently far to access adb / some terminal like terminal-ide. The module mounts in /dev/log and provides the missing files.

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