[roll] Roll fuchsia [audio] Improve logging for AddDevice failures

This CL caches the the in-progress driver command, so that
upon a timeout we can indicate which command timed out.
AudioCore's command timeout mechanism is simplified and
consolidated to a single timer. A command timeout is now
used for RingBuffer::SetActiveChannels, which previously
had none.

The CL also improves logging on device add/plug/unplug and
default-device change. It also reorders the logging done
when kLogRoutingChanges is set, to fix use-after-free
issues detected by ASAN.

Multiply: audio_core_v1_unittests: 25
Multiply: ultrasound-test: 25

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/792515
Original-Revision: e84b6f9ffb0375401c2e0d38a0997a7476e0526f
GitOrigin-RevId: 10e5fbae5e6e3f4df8db94868e80e05ecbd6e6c6
Change-Id: Id6ba1ff0a335e51e9fea193af2816c75b7683c01
1 file changed
tree: 5904243037e69f3b31eff8225e4034c49b4a54b0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.