mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-08 17:54:25 +02:00
refactor: support current position during chunk verbose output (#3395)
This commit is contained in:
parent
29b8430b00
commit
199780103c
@ -72,7 +72,8 @@ public class ARSCDecoder {
|
|||||||
nextChunk();
|
nextChunk();
|
||||||
|
|
||||||
LOGGER.fine(String.format(
|
LOGGER.fine(String.format(
|
||||||
"Chunk #%d start: type=0x%04x chunkSize=0x%08x", chunkNumber++, mHeader.type, mHeader.chunkSize
|
"Chunk #%d start=0x%08x type=0x%04x chunkSize=0x%08x",
|
||||||
|
chunkNumber++, mIn.position(), mHeader.type, mHeader.chunkSize
|
||||||
));
|
));
|
||||||
|
|
||||||
switch (mHeader.type) {
|
switch (mHeader.type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user