#1148: log exception

This commit is contained in:
honfika@gmail.com
2016-02-09 10:49:07 +01:00
parent 36498acfce
commit 348767c8e8

View File

@@ -571,7 +571,9 @@ public class ABC {
bodies.add(mb);
ais.endDumpLevel();
} catch (EndOfStreamException ex) {
logger.log(Level.SEVERE, "MethodBody reading: End of stream", ex);
ais.endDumpLevelUntil(di);
break;
}
SWFDecompilerPlugin.fireMethodBodyParsed(mb, swf);