[roll] Roll fuchsia [diagnostics] Preserve log message fidelity in Rust FFI decoder

Preserve full log message fidelity on the Rust side by returning raw
key-value pairs, tags, and moniker_tag over FFI rather than formatting
messages in Rust. This moves lossy transcoding and formatting into the
C++ decoder and makes Rust decoder logic simpler and easier to test.

Test: fx test archivist_integration_tests cpp-log-decoder-tests
TAG: agy
CONV: d98eca6b-e8d7-4e2f-aa75-3f9ee64c8ecf
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1696194
Original-Original-Revision: 15ebf3f3a8316e13aa461435889996fc72f9039b
GitOrigin-RevId: d89b01e4a3e80d3863753294e06a4e48a241a5a6
Change-Id: Id9fed757a6041b2ae9f6435e5571a90069d9d8cb
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1697050
Cr-Commit-Position: refs/heads/main@{#196345}
1 file changed
tree: 5e3d7a32985e054f659ac9ffde268b1bda07dbf2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.