The log collector app looks really interesting. I presume the logcat
utility is part of the standard system image and should be available
on most Android devices? Also, how big is the default logcat buffer,
or how do I find out?

On Jul 19, 3:03 pm, joebowbeer <[email protected]> wrote:
> The Log API writes to a small circular buffer that is shared by all
> apps. If you want to capture more information, consider a different
> route, such as java.util.logging, which by default writes to Android's
> Log, but additional handlers (such as file handlers) can be
> configured.
>
> However, beware of Issue 6929:
>
> http://code.google.com/p/android/issues/detail?id=6929
>
> On Jul 19, 6:59 am, Jin Chiu <[email protected]> wrote:
>
>
>
> > To facilitate diagnostics while the app has been deployed, does
> > Android provide any API to facilitateruntimelogging? It would be
> > ideal if the app could retrieve all the messages it wrote to the
> >LoggingSystem via the Log API functions.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to