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
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.