Merge "idmap: suppress print for padded resources"
This commit is contained in:
@@ -284,7 +284,9 @@ namespace {
|
||||
if (err != NO_ERROR) {
|
||||
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