summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/utils.cpp
diff options
context:
space:
mode:
author Chia-I Wu <olv@google.com> 2017-04-20 14:31:50 -0700
committer Chia-I Wu <olv@google.com> 2017-04-21 23:49:56 -0700
commit108c0f0dec94e2651eafd452b01d5c98ccc114c7 (patch)
tree6f80a41541a436d629b5d375766824d56559204e /cmds/dumpstate/utils.cpp
parent5da2188e4cc10ae088302554841302ec1dafc782 (diff)
dumpstate: add graphics composer to hal_interfaces_to_dump
Bug: 37152880 Test: adb shell dumpstate Change-Id: Id9679d0f02350bc4f51b11b250c7703703dbdfe7
Diffstat (limited to 'cmds/dumpstate/utils.cpp')
-rw-r--r--cmds/dumpstate/utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp
index f5dca473ed..f649a5ed13 100644
--- a/cmds/dumpstate/utils.cpp
+++ b/cmds/dumpstate/utils.cpp
@@ -94,6 +94,7 @@ static const char* hal_interfaces_to_dump[] {
"android.hardware.audio@2.0::IDevicesFactory",
"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",
NULL,