diff options
| author | 2018-11-28 21:54:46 +0000 | |
|---|---|---|
| committer | 2018-11-28 21:54:46 +0000 | |
| commit | d2be1a96be425dc412117193af412fedcadd0ce6 (patch) | |
| tree | 815d8ed5e7925e07880045e8be7432b2a0ae3891 | |
| parent | 31ca88da04c000440b3e56d029cd39721f201506 (diff) | |
| parent | 77a561787cc516955728ec16c9c0cc1dc5fabd03 (diff) | |
Merge "Add health HAL to dump"
| -rw-r--r-- | libs/dumputils/dump_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index 8b2f842a44..35296a96c1 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -47,6 +47,7 @@ static const char* hal_interfaces_to_dump[] { "android.hardware.camera.provider@2.4::ICameraProvider", "android.hardware.drm@1.0::IDrmFactory", "android.hardware.graphics.composer@2.1::IComposer", + "android.hardware.health@2.0::IHealth", "android.hardware.media.omx@1.0::IOmx", "android.hardware.media.omx@1.0::IOmxStore", "android.hardware.sensors@1.0::ISensors", |