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

Commit 850dbb4e authored by Eric Jeong's avatar Eric Jeong
Browse files

Include automotive HALs in dumpstate

- There are 3 standard HALs under automotive.
- They are important components to AAE and need to be included in
dumpstate for efficient debugging.
- Note that there is a separate effort to allow vendors to include their
HALs in dumpstate (ag/9734024).

Bug: 144531298
Test: Run dumpstate and check if AudioControl, Vehicle, and Evs HALs are
included.

Change-Id: I556bb30a73904ab4b32683a1ceabc02f54b181bc
(cherry picked from commit 4e8cb64dff3bea05a1e3c04896e55728ee44c11d)
parent 607abb64
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ static const char* hal_interfaces_to_dump[] {
        "android.hardware.sensors@1.0::ISensors",
        "android.hardware.thermal@2.0::IThermal",
        "android.hardware.vr@1.0::IVr",
        "android.hardware.automotive.audiocontrol@1.0::IAudioControl",
        "android.hardware.automotive.vehicle@2.0::IVehicle",
        "android.hardware.automotive.evs@1.0::IEvsCamera",
        NULL,
};