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

This reverts commit f397837ac8e3b4c4990e85c16be5821749a3e749.

Reason for revert: Possibly broke job-with-available-exception-channel-test

Original-Bug: 385008705

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/+/1177553
Original-Revision: f6041fc4e9364dcf15f50176d619ea05d36831c9
GitOrigin-RevId: ecb75aa1dc6142f213f3c3b29155f0846aa4d0ba
Change-Id: I6d625f43f1142f7acdba3a507737564a4b1a6c35
1 file changed
tree: a96756f66975bb062a19be90a175d2df9f1834dd
  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.