[roll] Roll fuchsia [logs] Fix host-side logging tags

Fix the host-side logging tags for tests.
Previously, tags would only apply to the first
test that runs in a batch of tests, and all
subsequent tests would inherit the tags from that first test.
This uses a thread-local to store the logging state
instead of a global, allowing for multiple concurrent test
executions with different tags.

Original-Fixed: b/376740247
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1149212
Original-Revision: a5903fb5341cf35a9d9307b792da0a59a7915986
GitOrigin-RevId: 032dddb54abd1baebedb8758182bcb27c02d3156
Change-Id: I1c8d68c9034c4764609bda75e2c8842589e0d61b
1 file changed
tree: 7688ab75521645bc01876a94a0b12ce75a7bdcd5
  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 in one of the communication channels documented at get involved.

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.