how to enable logging (logcat) by default, during android boot
24 views
Skip to first unread message
Deva R
unread,
Mar 12, 2010, 3:45:48 AM3/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-porting, android...@googlegroups.com
Is it possible to enable logging (logcat) by default, during android boot?? Tried to launch as service in init.rc, modifying loglevel - not seem to work for me.. have you tried this?
Deva R
unread,
Apr 26, 2010, 10:58:19 AM4/26/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-porting, android...@googlegroups.com
(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