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 facilitate runtime logging? It would be
> ideal if the app could retrieve all the messages it wrote to the
> Logging System 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