[roll] Roll fuchsia [trace_manager] Use a unique file name for buffered files

If trace_manager crash, it could leave a partial trace file around,
potentially incorrectly reusing it. This fixes this in two ways:
- It cleans up the directory before tracing
- It also uses a unique name for the temp file

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266452
Original-Revision: 87ac9883ec0e3bb383e0ced20dfaba647867b74c
GitOrigin-RevId: 232c358d38d01be6f38e70b545724929ac583b20
Change-Id: Ia5023f168760bb36f522daf9759f2854c44cba06
1 file changed
tree: 2ca18e9094d4527c71926a3c1b193bdfadf9364c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.