diff options
author | Elliott Hughes <enh@google.com> | 2021-01-13 10:26:07 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2021-01-13 10:26:07 -0800 |
commit | af437f6bf802bb9e5f55818c873ad3ba178c3fcd (patch) | |
tree | 6d85b6ec840cdc78165316be21fda4cd95df39a6 /rs/java/android/renderscript/ProgramStore.java | |
parent | 08763cddab18e97993f22bd6e8012d2de16f31dd (diff) |
Drop the maximum recommended log size from 16MiB to 8MiB.
Now we compress logs, 16MiB is a *lot* of logging, often over 100MiB
when decompressed. This can cause trouble for tools (and their
corresponding timeouts) if they're expecting 16MiB to mean "less than
16MiB" rather than "about 10 times 16MiB".
This patch doesn't address the issue of devices that are already
configured too high, since it's not obvious that we reasonably can. A
user can set the system property themselves, and we have no way to
distinguish the two cases.
Bug: https://issuetracker.google.com/176959217
Test: treehugger
Change-Id: Iba92061b278c487c3dc9a98aa54f014dfb2ea1c9
Diffstat (limited to 'rs/java/android/renderscript/ProgramStore.java')
0 files changed, 0 insertions, 0 deletions