未找到 /dev/log/main
我正在尝试开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我使用了 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
我在XDA上找到了以下方法:
然后重新启动。
I found the following method on XDA:
and reboot.
对于已 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.