[roll] Roll fuchsia [audio] Don't set a default dispatcher

In the future, logging will use the default dispatcher if one
is available. In drivers, where a dispatcher can be terminated,
this doesn't make sense. This patch disables the default dispatcher,
preventing logging from attempting to use it after it's been shutdown
(essentially a use-after-free), resulting in a crash. Not
setting the default dispatcher causes the logger to maintain
its existing behavior of spawning a thread, resulting in no crash.

Original-Bug: b/349909461
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1074513
Original-Revision: 1432936656a80977c463bc3b7f74be5d15aa4e2f
GitOrigin-RevId: 8890ae91fd26906988bfbf42e2e493053a40dd9a
Change-Id: Ifd83af104396fce491c591e7c93c8d773e977578
1 file changed
tree: b543a2e84f2eedd00e1b273dad2c23ad9766cfe0
  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.