How long are LogCat entries kept in memory?
Asked Answered
A

1

10

After what time are LogCat logs erased from phone's memory?

Accordingly answered 3/9, 2012 at 7:37 Comment(0)
C
10

It doesn't depend on time, but on the memory used.

You can know the size limit by using adb logcat -g (which usually returns a value between 64Kb and 512Kb).

Coralyn answered 3/9, 2012 at 7:45 Comment(1)
FYI: You can increase the size of the log buffer by opening the Android Device: Settings -> Developer OptionsGoldarned

© 2022 - 2024 — McMap. All rights reserved.