I noticed that the size of the logcat buffer varies on different devices. Assuming I have root permissions on my device, is there a way to change the buffer size of the main
adb logcat -g
adb logcat -G 16M # 16M can be replace by (128K ~ 16M)
adb logcat -b system -G 8M # system can be replaced with 'main' or 'crash'