mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
dump header size during failure
This commit is contained in:
parent
a4270d065e
commit
475178605c
@ -384,8 +384,8 @@ public class ARSCDecoder {
|
|||||||
.format("Config flags size > %d, but exceeding bytes are all zero, so it should be ok.",
|
.format("Config flags size > %d, but exceeding bytes are all zero, so it should be ok.",
|
||||||
KNOWN_CONFIG_BYTES));
|
KNOWN_CONFIG_BYTES));
|
||||||
} else {
|
} else {
|
||||||
LOGGER.warning(String.format("Config flags size > %d. Exceeding bytes: 0x%X.",
|
LOGGER.warning(String.format("Config flags size > %d. Size = %d. Exceeding bytes: 0x%X.",
|
||||||
KNOWN_CONFIG_BYTES, exceedingBI));
|
KNOWN_CONFIG_BYTES, size, exceedingBI));
|
||||||
isInvalid = true;
|
isInvalid = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user