[roll] Roll fuchsia Reland "[diagnostics] Modernize logging for all diagnostics"

This reverts commit d079db3c28c5c6851a99ec16f1395ddcaee55582.

Reason for revert: updating the tracing crate (and deps) fixes this.

Original-Bug: 85463
Original-Fixed: 197907701

Original change's description:
> Revert "[diagnostics] Modernize logging for all diagnostics"
>
> This reverts commit e3d2092c5e8e07c66154e63349abb5828643c416.
>
> Reason for revert: Memory regression
>
> Original change's description:
> > [diagnostics] Modernize logging for all diagnostics
> >
> > - //third_party/rust_crates:log -> //third_party/rust_crates:tracing for structured tracing
> > - fuchsia_async::run_singlethreaded, syslog::init -> fuchsia::component, diagnostics_log::init
> > - fuchsia_async::run_singlethreaded(test) -> fuchsia::test
> >
> > Tested: existing tests
> >
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/569240
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/574486

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/578161
Original-Revision: 4001b76352f9f12a9b5ed34da75e0c1772748ca7
GitOrigin-RevId: 11aca9ff3b16404294b00fac4d28726253b84b49
Change-Id: I6c6645e375f70d5acfb9f7239d82c60e1e20cd02
1 file changed
tree: e87bbd930849c5a67adcd099e8e93f9a92fcb271
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.