[roll] Roll fuchsia [forensics] Abort adding snapshot over size limit

Attempting to add a snapshot with a size greater than the overall store
limit would needlessly garbage collect all snapshots in the store before
realizing the new snapshot doesn't fit anyway. If the snapshot won't
fit, return before garbage collection occurs.

Original-Fixed: 112064

TESTED=`fx test //src/developer/forensics`
TESTED=`fx shell crasher` @ c4e6c967cb267ebc

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/783946
Original-Revision: 619abc317aae16570338a0f314dba0671fdae66a
GitOrigin-RevId: 0946a5e7a8499d8fd6b2d073faf4df69d2851beb
Change-Id: I970951b29a8268ea89ae41f2670246cf1e0dce37
1 file changed
tree: 6909986f7bda3c5e1987f285f213ac544592131d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.