Merge "idmap: suppress print for padded resources"
am: 3949701c6f
Change-Id: I5d92bdc11172159ea8ad95614e2b4d4535a48e45
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