summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Peng Xu <pengxu@google.com> 2017-07-11 21:14:42 -0700
committer Peng Xu <pengxu@google.com> 2017-07-12 21:16:06 +0000
commitf1ab0ac51a8c77d12b5e7b868e70ef52e5e8ec0f (patch)
tree728f0ee7347122cd207ed66cb6c4c46527f79f17
parenta36bf92663256f1c8d2956902daf0f1045961953 (diff)
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
-rw-r--r--cmds/dumpstate/utils.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp
index c7961bbbdb..93f4c22e43 100644
--- a/cmds/dumpstate/utils.cpp
+++ b/cmds/dumpstate/utils.cpp
@@ -98,8 +98,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,
};