test-server/instrumentation-backend/src/sh/calaba/instrumentationbackend/actions/Actions.java in testautoa-0.4.2 vs test-server/instrumentation-backend/src/sh/calaba/instrumentationbackend/actions/Actions.java in testautoa-0.4.3
- old
+ new
@@ -40,10 +40,11 @@
// packages)
if (element.startsWith("sh.calaba.instrumentationbackend.actions.")) {
addAction(element);
}
}
- } catch (Exception e) {
+ dexFile.close();
+ } catch (Exception e) {
throw new RuntimeException(e);
}
}
@SuppressWarnings("rawtypes")