mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-01 14:47:56 +01:00
refactor: sparse log should be a notice (debug only)
This commit is contained in:
parent
7a22af28af
commit
e85472fee8
@ -276,7 +276,7 @@ public class ARSCDecoder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((typeFlags & 0x01) != 0) {
|
if ((typeFlags & 0x01) != 0) {
|
||||||
LOGGER.info("Sparse type flags detected: " + mTypeSpec.getName());
|
LOGGER.fine("Sparse type flags detected: " + mTypeSpec.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
HashMap<Integer, Integer> entryOffsetMap = new LinkedHashMap();
|
HashMap<Integer, Integer> entryOffsetMap = new LinkedHashMap();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user