[roll] Roll fuchsia [thermd] Ensure that logs are always printed on termination

This is workaround for fxb/97657 where logs aren't printed if the
component exits before archivist starts. The workaround is to wait
around whenever we hit an error, which in the case of thermd is any
termination path.

Note that this makes marking thermd as a critical component less useful,
since it will only terminate on a crash, and we may want to do that in
the future. For now, it's more important to log *why* failures occur
than to reboot the device on failure.

Original-Bug: 97657
Original-Bug: 108619
Original-Bug: 108624

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/719803
Original-Revision: 86f3c8ee613d8a02c1e919d2c93fc62c8969c81d
GitOrigin-RevId: 19876eafaf4cc81f40a2aff8d81dae3592351f8b
Change-Id: I158e3a401eb3a178835acc3ca054472dbe63d73c
1 file changed
tree: b8d07041b2c7cdc478a6802b0126f8b87e3b3256
  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.