| commit | fb52b6ea4a5330c1f02c8893957b77b5150e37c3 | [log] [tgz] |
|---|---|---|
| author | Ruby Zhuang <rdzhuang@fuchsia.infra.roller.google.com> | Thu Mar 14 23:14:55 2024 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 14 16:16:20 2024 -0700 |
| tree | e776dcaf196dce45fdcc9b1ef637a4a67bde3190 | |
| parent | 85d8cd4c6edbe190853020b3e9f667f876534af8 [diff] |
[roll] Roll fuchsia [adb] Fix large file pulling Previously pulling large files from device or sending large amounts of data from device (i.e. through shell, etc), would break adb connection. This was because we were saving `fidl::VectorView` to be used later after the synchronous handler had returned and the arena that it was in got destroyed. To fix this, this change migrates usb-adb-function to be natural server instead of wire server so that we can move an owned std::vector instead. Tested: tested on Vim3 Tested: usb-adb-unittest Original-Bug: b/316177605 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1006886 Original-Revision: e08d113b8b5bfe5fcebbc41f859dd6b0f9130957 GitOrigin-RevId: ad626de85c3bdc54d12e903fd86b44e573ae1a69 Change-Id: I2cb517df010a195938c5e9d245a0cfd18386a5f3
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.