[roll] Roll fuchsia [console] Split logs into multiple lines

Today, console.cm truncates logs which are too long to be logged to
serial (> 256B). Rather than silently truncate them, this patch call
zx_debuglog_write multiple times until the complete log is printed.

The splitting logic makes the assumption that the log in question is
ASCII and so that it is okay to split at arbitrary offsets within the
string.

Tested: fx test console-test
Original-Fixed: 116825
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/783522
Original-Revision: ca3b081f2f58744644bfc75cb94cc0bcb347665a
GitOrigin-RevId: 515ee1c1d7e4fcc19a0d0004003b8c039f3474cf
Change-Id: Ia24525ef4e8a8b27343cbe6052180c45bd7cfc65
1 file changed
tree: 95cb893b02148b69027ce82b6c14814c1762399e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.