[roll] Roll fuchsia [goldfish] Don't assert on OnRegister() success

If OnRegister() fails, it will bring down the entire process
due to ZX_ASSERT(result.ok()).
This can happen, for instance, if the channel is closed.
This CL instead logs the error and ignores it.

If there is a better way to handle the error, please let me
know.

Original-Bug: 94739
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/655862
Original-Revision: e2ca85c531a8e40753d2f4783af76ba51116f054
GitOrigin-RevId: 9d38079136cbfbfcdea41a94ccaa4dee64112cb0
Change-Id: Iadd0c8a8039a2543260236f0d066c9706e1a06cb
1 file changed
tree: 1953871f8aae23d232581cd51367adfde0f54470
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.