What is the size limit for Logcat and how to change its capacity?
I believe Logcat is a circular store and I wonder what the limit is before it overwrites.
Presumably this means that its time range will vary according to usage.
Is there any way to expand its capacity?
To see the size use -g
$ adb logcat -g
ring buffer is 64Kb (63Kb consumed), max entry is 4096b, max payload is 4076b
Since Android 5.0, Developer Options shows/allows increasing the size of ring buffer.