mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07:34 +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) {
|
||||
LOGGER.info("Sparse type flags detected: " + mTypeSpec.getName());
|
||||
LOGGER.fine("Sparse type flags detected: " + mTypeSpec.getName());
|
||||
}
|
||||
|
||||
HashMap<Integer, Integer> entryOffsetMap = new LinkedHashMap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user