[roll] Roll fuchsia [trace] Make Id::new() use Randomization

The Id::new() counter is a footgun as it currently is as it will cause
id reuse conflicts in traces. Instead, we'll always use the random based
approach and migrate callers of "random" back to the new random based
Id::new.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1614614
Original-Original-Revision: 46164112ab76c4ee3c1d0d4dbff9080e8cf700d1
GitOrigin-RevId: 9d6d153f1eae2ece4570d7fb935a908f487f02f4
Change-Id: I0caa2eb1dc72f0e11b477defa581c5e927b41f7b
1 file changed
tree: e7c805c749b029ae94bd0850deb12b39413bdc6e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.