commit | a8d1d7895604197dfc62ab9ac71d41cd01f78cbe | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Jan 19 23:25:59 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 19 23:25:59 2018 +0000 |
tree | be5a799b70c4f2205f1ea0bea517863ad8dfbf53 | |
parent | 0cc1febdc672a7a4d11c159f2a426ee6e303fb1c [diff] | |
parent | c81cd3c115443fdd162446992e040ca45e7e4c51 [diff] |
Merge "Dumpstate: don't dump HAL super classes."
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 93f8d43..1a0e456 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -1136,7 +1136,7 @@ } RunCommandToFd(fd, "", - {"lshal", "debug", interface}, + {"lshal", "debug", "-E", interface}, CommandOptions::WithTimeout(2).AsRootIfAvailable().Build()); bool empty = 0 == lseek(fd, 0, SEEK_END);