What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Logcat Disabled?

rozx

New Member
i try to use logcat to test my app, but it said:


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

it seems in this ROM it disabled logcat.

I did google this problem, but none of solutions works.

Is there a way to turn logcat on?

Thx for the help, most appreciated.

BTW, My ROM version is Steel Droid 4.5.
 
Yep, its disabled, but not removed.

1: Open: /system/etc/init.d/01speedyMain
2: Find the line that says: "rm /dev/log/main" (without quotes of course)
3: Change the line to: "# rm /dev/log/main" (comments out the line, rm = remove, in case you were wondering)
4: Save 01speedyMain, and reboot
5: Enjoy LOGCAT! :icon_ lala:




And of course, do the opposite, and take the # away, reboot, and you have disabled logcat again.
 
Back
Top