On 05/22/2011 10:46 PM, Deva R wrote:
> [+list - many eyes are better to get quick help]
> 
> you can increase loglevel in init.rc to get all traces of init.,
> 
> You can use ERROR("..",fmt) macro or log_write() calls to get traces
> out. check in init.c, utils.c for exisiting traces reference..

Just another point, for those unfamiliar with the init logging...

The log messages from init go into the kernel log buffer, NOT
the regular Android logging system.  (These both go through the
Linux kernel, but are currently separate.)

So to access 'init' messages after booting, use the Linux command 'dmesg',
not 'logcat'.
 -- Tim

=============================
Tim Bird
Architecture Group Chair, CE Workgroup of the Linux Foundation
Senior Staff Engineer, Sony Network Entertainment
=============================

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to