mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
XmlPullStreamDecoder: added some log messages.
This commit is contained in:
parent
453d5d1751
commit
f4a5e7f910
@ -51,9 +51,9 @@ public class XmlPullStreamDecoder implements ResStreamDecoder {
|
||||
in.close();
|
||||
out.close();
|
||||
} catch (XmlPullParserException ex) {
|
||||
LOGGER.log(Level.SEVERE, null, ex);
|
||||
LOGGER.log(Level.SEVERE, "Could not decode XML", ex);
|
||||
} catch (IOException ex) {
|
||||
LOGGER.log(Level.SEVERE, null, ex);
|
||||
LOGGER.log(Level.SEVERE, "Could not decode XML", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user