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

Commit b317c751 authored by Peng Xu's avatar Peng Xu
Browse files

Add sensor HAL process into dump list

Test: adb bugreport contains native stack trace for
      /vendor/bin/hw/android.hardware.sensors@1.0-service

Bug: 63096400
Change-Id: I2c24d4fd2fab7ed52dbd12b5324ae03aeaec3cda
Merged-In: I2c24d4fd2fab7ed52dbd12b5324ae03aeaec3cda
parent 625d6a8c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -96,8 +96,9 @@ static const char* hal_interfaces_to_dump[] {
        "android.hardware.bluetooth@1.0::IBluetoothHci",
        "android.hardware.camera.provider@2.4::ICameraProvider",
        "android.hardware.graphics.composer@2.1::IComposer",
        "android.hardware.vr@1.0::IVr",
        "android.hardware.media.omx@1.0::IOmx",
        "android.hardware.sensors@1.0::ISensors",
        "android.hardware.vr@1.0::IVr",
        NULL,
};