On Feb 11, 5:15 am, AGA <[email protected]> wrote: > I have the following problem: I'd like to see the system log of two > days ago and I cannot. I see only 3 last hours. > How can I configure the system log size, location, severity?
The logs are held by a kernel device; the entries are in /dev/log. The buffer is currently 64KB, and there is no way to change the size on a production device. The easiest way to keep more of the log is to run "logcat" and send the output to a file. logcat runs on the device, so you could run it there and redirect it to (say) /sdcard/log.txt. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

