[roll] Roll fuchsia [netemul] Introduce CrashListener

Add API surface to netemul to support observing all unclean exits from
the managed realm.

This allows any tests using netemul to ensure synchronous clean shutdown
with unclean exit detection.

A follow-up change will add the clean shutdown to the netemul client
library used in netstack tests.

Leave a helper in the netemul crate ready for async consumption of this
stream.

Original-Bug: 380897722
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1257864
Size-Review: Aaron Wood <aaronwood@google.com>
Original-Revision: 736d7f154568bd1a033a6d3672b8172306ccad4e
GitOrigin-RevId: 7e02e66f27c1409af64b9c5ef9add29cd5394962
Change-Id: I42bb6c437a7077edf70d9493a90b0066b834d139
1 file changed
tree: a9375eb0c1eb7dca6833a8bdc19e7cb613d22c18
  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.