[roll] Roll fuchsia [feedback] Use shutdown instead of reboot in crash signatures

Feedback will soon be filing post-reboot reports for shutdown actions
other than just "reboot," so the post-reboot crash signatures can no
longer always include "reboot." To start simple, the signatures will be
changed to the more generic term of "shutdown." For now, shutdown
may refer to:

- reboot
- poweroff
- reboot-to-recovery
- reboot-to-bootloader

Since we're already introducing stable signature churn, use this
opportunity to align our signatures on a `fuchsia-shutdown-<reason>`
format.

Original-Bug: 414413282
Test: `fx test //src/developer/forensics`
Test: `pid=$(adb shell pidof vold); adb shell kill -6 "$pid"`
      @ c35c2a05f9255402
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1430814
Original-Revision: 81f54c8767126d915eae17ad8a667c0936a864e7
GitOrigin-RevId: 0c822954b43d7e682cd9f3fd9e78993d3ca6235c
Change-Id: I2bb02f9b87df19a1d6948f4c6209f1975e6de8cc
1 file changed
tree: a2af8b843bc5c62ddead79be6cfa171bf80780df
  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.