Changing from DIFFPRE -> FULLMERGE.

This commit is contained in:
Connor Tumbleson 2012-09-02 01:14:34 -05:00
parent 24a66fdbe1
commit 962dc63442

View File

@ -44,7 +44,7 @@ public class SmaliDecoder {
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(), baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null, new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
null, null, false, true, true, true, false, false, null, null, false, true, true, true, false, false,
mDebug ? main.DIFFPRE : 0, false, mDebug ? true : false, null); mDebug ? main.FULLMERGE : 0, false, mDebug ? true : false, null);
} catch (IOException ex) { } catch (IOException ex) {
throw new AndrolibException(ex); throw new AndrolibException(ex);
} }