I'm running Liquid Smooth 3.2 on my Motorola Droid 1. This ROM comes with logcat disabled (/dev/log/main doesn't exist). I tried starting the logcat service myself by adding the following to /etc/init.local.rc:
#start logcat service
service logcat /system/bin/logcat -f /dev/log/main
oneshot
However, this didn't seem to work as /dev/log/main still doesn't exist on boot. I'm getting...
$ logcat
logcat
Unable to open log device '/dev/log/main': No such file or directory
Does anyone know how to re-enable logcat in a ROM that has it disabled?