[roll] Roll fuchsia [lowpan][lowpan-spinel-driver] Improve Spinel frame logging

This change improves the way both inbound and outbound spinel frame log
messages are displayed. For example:

> [NCP->] [0 PropValueIs LastStatus Reset(PowerOn)]
> [->NCP] [0/1 PropValueGet ProtocolVersion]
> [NCP->] [0/1 PropValueIs ProtocolVersion 0403]
> [->NCP] [0/1 PropValueGet NcpVersion]
> [NCP->] [0/1 PropValueIs NcpVersion "OPENTHREAD/1.0.0; NONE; Jun  3 2021 22:05:47"]
> [->NCP] [0/1 PropValueGet InterfaceType]
> [NCP->] [0/1 PropValueIs InterfaceType 03]
> [->NCP] [0/1 PropValueGet Caps]
> [NCP->] [0/1 PropValueIs Caps 050c1820350e8004068804840482043031c077830884088508]

Spinel frames originating from the NCP being sent to the host are
prefixed with `[NCP->]`. Spinel frames originating from the host and
being sent to the NCP are prefixed with `[->NCP]`.

Test: fx test lowpan-spinel-driver-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/539151
Original-Revision: b60660053615a52c3c387803ca17440e1ca9cc98
GitOrigin-RevId: 686da6dd0e6940929d91cce47777aa3220738eda
Change-Id: I21ea1ab73e61136b9a2964231d5c9ab6c64706b3
1 file changed
tree: d36ce88b03b639b347412b42240c479e4ec3defa
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.