[roll] Roll fuchsia [routing] don't log failed routes at every routing step

The WithPorcelain router would unconditionally log an error whenever it
happened, and we would use this router for every step along a route.
This meant that failed routing operations would be logged not once, but
once per route step.

This commit changes things such that logs are only emitted at the use
step or when the exposed directory of a component is accessed from
component manager.

Original-Bug: 498313663
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1603148
Original-Revision: 102d641665c3c4f4d60e40cf1b9f7379762af3b4
GitOrigin-RevId: e1e939eef1384f6616aba96c55fa97c2dbfb896a
Change-Id: Ic6e90b63fbf5265fca001d54beda36c3e04f429a
1 file changed
tree: 93915caa2530d3b1ff14fe791d22aeece39d9563
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.