mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-02 15:14:26 +02:00
Suppress XMLException
This commit is contained in:
parent
3aecd1a94c
commit
34b101f989
@ -456,8 +456,10 @@ import java.util.Set;
|
|||||||
}else {
|
}else {
|
||||||
EntryGroup group = entryStore.getEntryGroup(resourceId);
|
EntryGroup group = entryStore.getEntryGroup(resourceId);
|
||||||
if(group==null){
|
if(group==null){
|
||||||
throw new XMLException("Failed to decode attribute name: "
|
//Lets ignore such error until XML encoder implemented
|
||||||
+ String.format("0x%08x", resourceId));
|
//throw new XMLException("Failed to decode attribute name: "
|
||||||
|
//+ String.format("@0x%08x", resourceId));
|
||||||
|
name=String.format("@0x%08x", resourceId);
|
||||||
}else {
|
}else {
|
||||||
name=group.getSpecName();
|
name=group.getSpecName();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user