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

Commit a888e63c authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Gerrit Code Review
Browse files

Merge "Fix warning: list conflicting ids (not cameraId)"

parents e27e223d 161c953e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2353,7 +2353,7 @@ status_t CameraService::dump(int fd, const Vector<String16>& args) {
                result.appendFormat("  Resource Cost: %d\n", state.second->getCost());
                result.appendFormat("  Conflicting Devices:");
                for (auto& id : conflicting) {
                    result.appendFormat(" %s", cameraId.string());
                    result.appendFormat(" %s", id.string());
                }
                if (conflicting.size() == 0) {
                    result.appendFormat(" NONE");