Merge "idmap: suppress print for padded resources" am: 3949701c6f
am: 4f4218a3be
Change-Id: I5f2d47c217152d47743b72e6082abf625d2425f8
This commit is contained in:
@@ -284,7 +284,9 @@ namespace {
|
|||||||
if (err != NO_ERROR) {
|
if (err != NO_ERROR) {
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
print("", "entry", data32, "%s/%s", type.string(), name.string());
|
if (data32 != ResTable_type::NO_ENTRY) {
|
||||||
|
print("", "entry", data32, "%s/%s", type.string(), name.string());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user