[roll] Roll fuchsia [profiler] Fix EventStream Attach Timing

Setting up a handler for EventStream scheduled the WaitForReady on the
async loop. Since this is created while we are handling the
Session::Start request from the profiler component on the async loop,
and we synchronously request the component start during the
Session::Start request, we don't end up running the WaitForReady until
after we have requested the component to be started and returned from
handling Session::Start. This leads to a race between setting up the
event stream and the component actually starting and emitting the
DebugStarted event.

This sets up a temporary synchronous EventStream so we can wait on
WaitForReady to complete before trying to launch the component.

Original-Bug: 133208
Multiply: fuchsia-pkg://fuchsia.com/profiler_integration_test#meta/profiler_integration_test_component.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/917297
Original-Revision: 28b9259e873671c3d919104f2a3e18c1d05bec5d
GitOrigin-RevId: dd8c4100ac2efb8821bf4dc23314f10d56b21544
Change-Id: I2fd42905fb709a4de251ebb7800606c7fe5d61f4
1 file changed
tree: 13455677d20d55fe504eeac22592bae674e065ad
  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.