Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0005f132 authored by Scott Randolph's avatar Scott Randolph Committed by Android (Google) Code Review
Browse files

Merge "Use explicit .c_str() for hidl_string" into oc-dev

parents 0c91fbbc 5a0c485e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ std::set<int> get_interesting_hal_pids() {
                continue;
            }

            if (!should_dump_hal_interface(info.interfaceName)) {
            if (!should_dump_hal_interface(info.interfaceName.c_str())) {
                continue;
            }