summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jaideep Sharma <quic_jaidshar@quicinc.com> 2024-01-11 23:03:50 +0530
committer Jaideep Sharma <quic_jaidshar@quicinc.com> 2024-01-12 06:36:28 +0000
commit51410ccdba4ff0d042f102dbbc42480412b040b6 (patch)
tree92b7cca74677b5b6e0a83d63ab7356a7bd12bd7d
parent57ca711d78eac7be5111bc9dfd20548d603dd483 (diff)
native: Dump AIDL Audio services during bugreport
Add audio aidl interfaces to desired list of interfaces to dump during a bugreport. Bug: 319759668 Test: compile and capture bugreport Change-Id: Ied1f53ffcb275f6157584da5efb8c8812cd64537
-rw-r--r--libs/dumputils/dump_utils.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp
index 5eb33087a2..f4cf11edb6 100644
--- a/libs/dumputils/dump_utils.cpp
+++ b/libs/dumputils/dump_utils.cpp
@@ -89,6 +89,9 @@ static const char* hidl_hal_interfaces_to_dump[] {
/* list of hal interface to dump containing process during native dumps */
static const std::vector<std::string> aidl_interfaces_to_dump {
+ "android.hardware.audio.core.IConfig",
+ "android.hardware.audio.core.IModule",
+ "android.hardware.audio.effect.IFactory",
"android.hardware.automotive.audiocontrol.IAudioControl",
"android.hardware.automotive.can.ICanController",
"android.hardware.automotive.evs.IEvsEnumerator",