[roll] Roll fuchsia [diagnostics] Update log::LevelFilter

LogTracer doesn't keep log's global level filter updated when the
interest changes, which means that `log::Record`s are created for every
log site before they're ignored by the translation layer.

Given we have a well-known place to put interest updates, we can keep
that level at the right value when using Fuchsia components.

While I'm here, it looks like the option to not ingest log events is
never used, so removed it altogether.

Original-Bug: 343996401, 299990005
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1061641
Original-Revision: 6fc2b69f1bb3eb11e7bb3557b0bfb45d6371f205
GitOrigin-RevId: 0e4fba2094b95daea7ea461ce1bb9cac734ff904
Change-Id: Ie45351fa35d3e020a6fe914e722dd7fed94bce7f
1 file changed
tree: d594ba6c15b6e5f91e760ca52c570e0d75a50627
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.