[roll] Roll fuchsia [logs] Fix error with interest setting when reconnecting to a device

Previously, when a device rebooted, if an interest level
was specified, the reconnect would fail due to the proxy being
closed, because the proxy was passed outside the general connection
object. Now, the proxy is part of the connection object so
this should no longer happen.

Original-Fixed: 368353859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153818
Original-Revision: cde44e9bd58450870269a5cabea8632299a3cf13
GitOrigin-RevId: ea9c1f6c9a2eff1efc81ec88e77990d9d53b3d54
Change-Id: I31ceed671eebf82e044f7afe813fe944bc7f6075
1 file changed
tree: 4873d0fda9e469a01566891fd61ae6584a8cedfe
  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 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.