[roll] Roll fuchsia [ffx][log] Remove dependency on FFX daemon_protocol

Refactors the reconnection logic in ffx log to use APIs provided by FFX
to remove the usage of daemon_protocol. This was identified as a blocker
towards the removal of the ffx daemon.

The core change is reasonably simple and was done in Patch#1, the rest
of the change is about refactoring the existing tests to write them on
top of existing ffx APIs that integrate well with the newly introduced
usage of fho::Connector.

I'll make a few additional improvements to the tests in a follow-up.

Multiply: ffx_log_lib_test
Original-Fixed: 299981807
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1098792
Original-Revision: 62200b2e2b3817bd6c6836ba2f4d1408099585e9
GitOrigin-RevId: 31f5a4dd41ba76e3dbb1e5852640f92a11321a3e
Change-Id: I6197cf7f6d0116ddb98edd6af78d86d09bb74b3d
1 file changed
tree: ece5f6f741703f4b6395b86f72418f084b3c3f37
  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 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.