output smali filename instead of filestream

This commit is contained in:
Connor Tumbleson
2013-01-05 08:50:48 -06:00
parent 941289ae39
commit e9196c28b8
2 changed files with 5 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public class DexFileBuilder {
if (! SmaliMod.assembleSmaliFile(
smaliStream, name, mDexFile, false, false, false)) {
throw new AndrolibException(
"Could not smali file: " + smaliStream);
"Could not smali file: " + name);
}
} catch (IOException ex) {
throw new AndrolibException(ex);