Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51410ccd authored by Jaideep Sharma's avatar Jaideep Sharma
Browse files

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
parent 57ca711d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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",