[roll] Roll fuchsia [logs] Fix symbolizer

This patch fixes two bugs in the symbolizer:
* Newlines are present for empty symbolize output
* --raw wasn't working because it wasn't passed
from ffx to log-command.
This patch also gets rid of the ..Default::default()
that was being used to catch default variables
being passed at compile-time so this won't result in
runtime failures in the future.

Original-Fixed: 132260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/902642
Original-Revision: 281d61a93acb858e0696fdb8ba76d66c0341d7eb
GitOrigin-RevId: f73526e24fccb384c0fe5b5405d5fad7f4c42af1
Change-Id: I80f6fa11ca624cc61c137d908be7a91f107fbf33
1 file changed
tree: e24c0a8fbe34df39595b79262e1e952bb4ee4804
  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.