Is Logcat disabled?


c0dehunter

Members
Sep 5, 2011
7
21
I am developing for Android with Eclipse on Linux Mint and Samsung Galaxy S (MIUI ICS). Logcat in Eclipse says

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

I know Logcat is disabled by some ROMs (with "rm /dev/log/main" in one of /etc/init.d/ files) but I grep'd the directory and there is no file with this entry.

What's wrong?