diff options
| author | 2019-04-08 15:26:10 -0700 | |
|---|---|---|
| committer | 2019-04-09 10:47:12 -0700 | |
| commit | 525651b679557966dfbdd3c0186050200f7fcdf6 (patch) | |
| tree | 1342236cb87885f97e791281321cd8afc1a5e8ab | |
| parent | 9055674c6c3cdf32207ccce77d27f4ea55c343f8 (diff) | |
dumpstats: dump powerstats HAL
powerstats HAL service stack trace will now be included in ANR data for
bug reports.
Bug: 128878895
Test: adb bugreport
Change-Id: Iee4390287f8e3bf1141ea44f1f66914b295ed074
| -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 04884bb3ec..142010f6d7 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -51,6 +51,7 @@ static const char* hal_interfaces_to_dump[] { "android.hardware.health@2.0::IHealth", "android.hardware.media.omx@1.0::IOmx", "android.hardware.media.omx@1.0::IOmxStore", + "android.hardware.power.stats@1.0::IPowerStats", "android.hardware.sensors@1.0::ISensors", "android.hardware.vr@1.0::IVr", NULL, |