diff options
| author | 2024-01-16 21:43:09 +0000 | |
|---|---|---|
| committer | 2024-01-16 21:43:09 +0000 | |
| commit | 1c27da591e488f1666bde245436a47e149261070 (patch) | |
| tree | e831be91893f39591fd71503bdba77855f13c461 | |
| parent | 3f63c3721668a3d250f48221edd0d5a34facd6e7 (diff) | |
| parent | 892a9abede08f7870333eada127c1b491bc9f0b4 (diff) | |
Merge "native: Dump AIDL Audio services during bugreport" into main am: 892a9abede
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2906741
Change-Id: I2e935f34ff47af655e6b496db48525a6f9c15f76
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/dumputils/dump_utils.cpp | 3 |
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", |