[roll] Roll fuchsia Reland "[test_manager] enable debug_agent backtrace"

This is a reland of commit f397837ac8e3b4c4990e85c16be5821749a3e749

Original change's description:
> [test_manager] enable debug_agent backtrace
>
> This CL turns on test_managers integration of debug_agent, which causes
> a backtrace to be sent to stderr when a test panics. This backtrace
> is displayed in fx test output and is available in test output
> artifacts.
>
> Currently, when a rust test fails, we see two stack traces, because the
> rust runtime also dumps the backtrace.
>
> Test: feature is covered by current unit tests
>
> Original-Fixed: 286555768
> Change-Id: I4c45c6746d4476d3d8c4e432578c2b408b75ae8b
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152601
> Reviewed-by: Jacob Rutherford <jruthe@google.com>
> Commit-Queue: Dale Sather <dalesat@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1181572
Original-Revision: 7331349e0cdc226c23b1550ed739befefabb925d
GitOrigin-RevId: 0b919780ffa49a33ff3ab66936c71387f4773907
Change-Id: I2f3974887a775ef124db499443a58754e0b43f21
1 file changed
tree: 4ad42736e6f3c29b99a95d0b9ccde04d8a8440ef
  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.