/dev/log/main not found

前端 未结 3 1224
别那么骄傲
别那么骄傲 2020-12-17 19:35

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

3条回答
  •  情话喂你
    2020-12-17 20:31

    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.

提交回复
热议问题