mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
output smali filename instead of filestream
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user