/ dev / log / main not found

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

Unable to open the log file '/ dev / log / main': no ​​such file or directory

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

Samsung Galaxy S (Darky v9.1)

Apple OSX

ADB 1.0.26

+10
android debugging logcat
Feb 01 2018-11-11T00:
source share
3 answers

I used the core Speedmod; This is disabled. Re-enabled it in the TWEAKS menu.

Thanks for making me realize this. Octavian Damian

+10
Feb 01 2018-11-21T00:
source share

I found the following method for XDA:

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

and reboot.

+7
Sep 01 '11 at 15:43
source share

For the Note 7000 root galaxy, run insmod / lib / modules / logger.ko in a shell (this is not in init.rc rootfs), assuming you can boot far enough to access adb / some terminal, such as a terminal id. The module is mounted in / dev / log and provides missing files.

+2
Jan 08 2018-12-21T00:
source share



All Articles