[roll] Roll fuchsia [lowpan-ot-driver] Fixes for discovery proxy behavior.

This change switches many of the log lines (which might contain PII)
over to use `debug!()` instead of `info!()`. It also checks the length
of various strings to make sure they are not too long before passing
them along to FIDL APIs with string length requirements.

We are also now able to look up individual instances properly.

Original-Bug: 94368
Original-Bug: b/229402940
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677767
Original-Revision: ef1af76cb03f428c7fa8476a852e7c6f4e92fcfb
GitOrigin-RevId: 6235f10f06323aed9d907068713266c1494a5884
Change-Id: I476bf272475edb1106e4bcf04770d463e3fea745
1 file changed
tree: d42519527753150503342c61ca9004f3ebfa34c6
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.