[roll] Roll fuchsia [feedback][assembly] Increase report store size

This change will ONLY increase the report store size for products that
specify the assembly "large_disk" flag as "true."

The report store persists all non-snapshot data if connectivity is
unavailable, including minidumps. For some processes, such as the
Starnix kernel, minidumps can be quite large and may exceed Feedback's
previous report store limit of 512 KiB for /cache.

This CL increases the report store size to 10 MiB for /cache and 10 MiB
for memory-backed /tmp if "large_disk" is specified as true.

Original-Fixed: 465548680
Test: `fx test //src/developer/forensics`
Test: `fx test
//src/lib/assembly/platform_configuration:platform_configuration_test`
Test: spammed `fx shell crasher` @ a718314d53ba600a w/ large_disk
Test: spammed `fx shell crasher` w/o large_disk

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1451238
Original-Revision: 1891131a766af85dbea652d8eacbaf36d5811e39
GitOrigin-RevId: bb1dcb36e826547456eaba430b530f7001a038f7
Change-Id: I5999623aa2dbcf2936efbc1bd2f149ccafe91580
1 file changed
tree: 2d6a6ab037f459ab491870b87ea8be205bbadf62
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.