Use standard buffer size when debugging low_ram

This change has no impact on RAM usage in "user" builds.

This change increases RAM usage in "userdebug" and "eng" builds
of low_ram targets.

In general, low_ram devices want to minimize their RAM usage,
so using a lower buffer size here makes sense.  However, when
debugging, the cost of ~1.5MB RAM is generally worth it to make
sure we have more context in logcat, especially from boot, to
find issues.

Bug: 327647503
Test: Confirmed a mokey_go32 userdebug build's logcat captures more data ("adb logcat -d > file.txt" gets around 2MB now), and that "adb bugreport" still does not time out.
Change-Id: I47628d3f3347592eedac969b8c51ab9dd2ae8d36
2 files changed
tree: a4531a2f66af1b1abf718a5c0634ce8f142ce10d
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/
  5. rust/
  6. OWNERS
  7. PREUPLOAD.cfg
  8. TEST_MAPPING