[roll] Roll fuchsia [feedback] Add log.kernel.previous_boot.txt to snapshots

If the DLOG dump contents are too large it can exceed the max syslog
message length and cause the entire "reboot info" message to be
silently dropped.

This CL adds the DLOG dump contents to a separate snapshot file instead
of logging them to the syslog. However, the reboot_crash_log will still
contain the DLOG dump.

Original-Bug: 403344267
Tested: `fx test //src/developer/forensics`
Tested: `fx shell crasher` @ afcc81546ad9db0f
Tested: `ffx component stop archivist.cm`, reboot report @
bcf5c7079a558afe

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239689
Original-Revision: a2ab7d25cead821591d91cb00714bdd54798713e
GitOrigin-RevId: 63bfa7b381f081aaaee48ffebc0466b855d9829c
Change-Id: Ia80aeba71b786a52c431321ff547f5fc23438918
1 file changed
tree: 6e4fbe4d18e5e6751344221bcd462ce6b94588a0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.