Re: [android-kernel] Re: how to enable logging (logcat) by default, during android boot

2013-04-22 Thread naresh tanniru
Hi , you can try to add "/system/bin/logcat & " (as a background process) in any of the script files On Wed, Apr 17, 2013 at 12:39 PM, Nitin Mahajan wrote: > Hello Deva, > > This doesn't work for me. You have any hints? > > I tried putting this before and after Zygote start in init.rc. >

Re: [android-kernel] Re: how to enable logging (logcat) by default, during android boot

2013-04-17 Thread Nitin Mahajan
Hello Deva, This doesn't work for me. You have any hints? I tried putting this before and after Zygote start in init.rc. regards -Nitin On Tuesday, October 19, 2010 11:01:53 PM UTC+5:30, Deva wrote: > > > >Is there other solution? This has print overhead, > this is printed via log thread asynch

Re: [android-kernel] Re: how to enable logging (logcat) by default, during android boot

2010-10-19 Thread Deva R
>Is there other solution? This has print overhead, this is printed via log thread asynchronously, which is running at lower priority., not like kernel side prints. this will increase system load a bit, but definitely not at the cost of responsiveness other running threads., -- Regards, Deva www.b

[android-kernel] Re: how to enable logging (logcat) by default, during android boot

2010-06-01 Thread dofm...@gmail.com
On 4월26일, 오후11시58분, Deva R wrote: > (update on this thread) > > Thanks for Tony L for the suggestion.. > it can be launched via init.rc as below.. > > service logcat /system/bin/logcat -f /dev/kmsg >oneshot > Is there other solution? This has print overhead, so if music plays, music is br

[android-kernel] Re: how to enable logging (logcat) by default, during android boot

2010-04-26 Thread Deva R
(update on this thread) Thanks for Tony L for the suggestion.. it can be launched via init.rc as below.. service logcat /system/bin/logcat -f /dev/kmsg oneshot -Deva On Fri, Mar 12, 2010 at 2:15 PM, Deva R wrote: > Is it possible to enable logging (logcat) by default, during android boo