[roll] Roll fuchsia [honeydew] Add Tracing.is_active()

Exposes the tracing module's notion of whether there is an ongoing
trace. Some users of this module are doing their own bookkeeping of this
state, and all that does is create the opportunity for inconsistencies
to arise and create bugs.

Original-Bug: None
Test: fx test //src/testing/end_to_end/honeydew/tests/unit_tests --host --output
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1110526
Original-Revision: eb31146cf8fb2751ef06d0dac91447fc37dec13f
GitOrigin-RevId: a27c3c802995f7cabe4e796e410d87d6e376bd6b
Change-Id: Ia2f99426e8b70986fd7a7bb8bd33ee5233b2c9b7
1 file changed
tree: c5ce614a2acaefc07551aeb68e977b4558fe4707
  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.