[android-porting] init.rc service script echo

2011-02-02 Thread extrapedestrian
how can I get echo messages from various scripts started from init.rc printed to console? for example, dhcpcd service runs dhcpcd-run-hooks script and echo from there is not printed. also, when i run my custom script.sh like service from init.rc, echo is not printed. thanks, Petar -- unsubscrib

Re: [android-porting] init.rc service script echo

2011-02-02 Thread Joerie de Gram
Hi, Try running the binary/script using /system/bin/logwrapper and then check the logs using logcat. Joerie On Wed, Feb 2, 2011 at 11:59 AM, extrapedestrian wrote: > how can I get echo messages from various scripts started from init.rc > printed to console? > > for example, dhcpcd service runs