[roll] Roll fuchsia [forensics] Allow snapshot location restriction

Add the ability to restrict snapshot storage location to only /tmp. This
will allow Queue to avoid the situation where:

1. The first report associated with a snapshot it moved from memory to
/tmp.
2. The associated snapshot is moved from memory to /cache, putting the
snapshot at risk of becoming stranded.

Note that this logic is not actually wired up yet and no snapshots are
being persisted at this time.

Original-Bug: 102479

TESTED='fx test //src/developer/forensics'

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/757227
Original-Revision: 0f33d7044f1346d6320833968e8e1e21ef572bfe
GitOrigin-RevId: e8d5f0ae85cfa2db4bc69bc897fdce11bf7a37b6
Change-Id: If06d89a558b075e7c34c0b881541e5bc8b49e13a
1 file changed
tree: 6cd09336763c19859a6e79a15d9b0cf4c9957e6a
  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.