mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 06:59:24 +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.",
|
||||
KNOWN_CONFIG_BYTES));
|
||||
} else {
|
||||
LOGGER.warning(String.format("Config flags size > %d. Exceeding bytes: 0x%X.",
|
||||
KNOWN_CONFIG_BYTES, exceedingBI));
|
||||
LOGGER.warning(String.format("Config flags size > %d. Size = %d. Exceeding bytes: 0x%X.",
|
||||
KNOWN_CONFIG_BYTES, size, exceedingBI));
|
||||
isInvalid = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user