[roll] Roll fuchsia [components] Create logger without going through namespace

StartAction creates a logger attributed to the started component.
This requires a connection to the LogSink protocol routed to the
component.

Previously, StartAction got a connection in a round-about way by
constructing the component's namespace, finding the appropriate entry
with a directory that contains LogSink, and opening the protocol
through that directory.

Now, StartAction issues a route request for the LogSink protocol use,
without connecting through the namespace.

This simplifies StartAction and removes the need to write a "connect
to protocol" method in Namespace, at least for now. ELF runner still
connects to LogSink in the component's namespace in the same way.

Original-Bug: 131717
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/897618
Original-Revision: 9135ed9c7a916f17e544c47c27bb3a647804e239
GitOrigin-RevId: 9cbd24911f0f7737ee74dd0c73bd7c4b45a6a7f0
Change-Id: I55fb0bb6dd4ac0d6e2adb22a22ecd45e8921f2b5
1 file changed
tree: 70631c93a6e50a74187f9383af5108b25333a8b6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.