Skip to content

Commit

Permalink
audio_diagnostics: Add dump DSP offload info
Browse files Browse the repository at this point in the history
BUG=b:188647460
TEST=audio_diagnostics

Change-Id: Ifb61a3b22998dbb7fd17dee23958515056079897
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/5171640
Commit-Queue: Pin-chih Lin <johnylin@chromium.org>
Tested-by: chromeos-cop-builder@chromeos-cop.iam.gserviceaccount.com <chromeos-cop-builder@chromeos-cop.iam.gserviceaccount.com>
Tested-by: Pin-chih Lin <johnylin@chromium.org>
Reviewed-by: Li-Yu Yu <aaronyu@google.com>
Auto-Submit: Pin-chih Lin <johnylin@chromium.org>
  • Loading branch information
johnylin76 authored and Chromeos LUCI committed Jan 7, 2024
1 parent b18db51 commit 085d6ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cras/client/audio_diagnostics/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ fn main() {
dump_active_node();

run_command(Command::new("cras_test_client").arg("--dump_server_info"));
run_command(Command::new("cras_test_client").arg("--dump_dsp_offload"));
run_command(Command::new("cras_test_client").arg("--dump_audio_thread"));
run_command(Command::new("cras_test_client").arg("--dump_main"));
run_command(Command::new("cras_test_client").arg("--dump_bt"));
Expand Down

0 comments on commit 085d6ae

Please sign in to comment.