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

Commit 3949701c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "idmap: suppress print for padded resources"

parents a11709b1 ea2a1b9b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -284,9 +284,11 @@ namespace {
                if (err != NO_ERROR) {
                    return err;
                }
                if (data32 != ResTable_type::NO_ENTRY) {
                    print("", "entry", data32, "%s/%s", type.string(), name.string());
                }
            }
        }

        return NO_ERROR;
    }