[roll] Roll fuchsia [archivist] Support sending logs to serial

This change adds support to write to serial in the Archivist.
At the moment, the change is a no-op, since the structured config is
empty. A follow-up will fill the structured config accordingly and
also remove the equivalent now-deprecated structured config for
console.

This change has a small problem I'll fix in a follow-up.
Given that the Archivist is multithreaded, writing to serial when
ingesting a message can lead to interleaving
zx_debug_write calls when a message has to be split across multiple
lines. Resulting in:

```
00009.317 19891:00000 [netstack] INFO: I'm message one, I'm long and I
00009.319 01103:01171 [mdns] INFO: Starting mDNS
have continuation that ended up in a new line
```

To keep this change a bit smaller, I'm tackling that in a follow-up.

Original-Bug: 100486

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/867196
Original-Revision: 1fb6ecfe780c5c23930f10c09f5fa56e58ad9e49
GitOrigin-RevId: b91980c12a04143aa5bde06760d41c374593084b
Change-Id: Ida987d101dbe4f726d84df8acebd9d5e7c68fe57
1 file changed
tree: 696795ec45c12b2caf47b909c3d85ec924e2fd31
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.