On Jan 30, 7:18 am, sdphil <[email protected]> wrote: > is there a way to change how big the logcat buffer is? or how much is > buffered back?
The log buffers on the device are 64KB. The timestamp, process ID, and log level are stored in a compact format, so you may actually get more than 64KB of formatted data out of "logcat -d -v <mode>". -- 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

