I'm trying to log some debug stuff on an Android device using aLogCat. Apparently the number of lines the log can contain is limited, so after a test session I get a truncated logs (first messages are gone).
I don't know if this limitation is imposed by the system itself or by aLogCat, but I need to increase the limit.
I found related answers about logcat here and here, but they seem both about a device connected to a PC, while I need the increased log size in a field.
I know aLogCat provides an autosave option, but 15 minutes (which is the minimal available period) is too large for my use case, because the log buffer loops after several minutes of testing.