commit | 0005f132ceef28184e9a3fd33cc313134b99d220 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Thu Apr 06 18:01:41 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 06 18:01:47 2017 +0000 |
tree | 3110c1338da1833cca20028eb8c4f3bef487deda | |
parent | 0c91fbbcfccffc1156d0273f13a6771bca713871 [diff] | |
parent | 5a0c485ecb91c0ece910db8dba31c6f013207ede [diff] |
Merge "Use explicit .c_str() for hidl_string" into oc-dev
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp index cc4144a..f5dca47 100644 --- a/cmds/dumpstate/utils.cpp +++ b/cmds/dumpstate/utils.cpp
@@ -836,7 +836,7 @@ continue; } - if (!should_dump_hal_interface(info.interfaceName)) { + if (!should_dump_hal_interface(info.interfaceName.c_str())) { continue; }