mirror of
https://github.com/revanced/smali.git
synced 2025-05-14 05:07:06 +02:00
- fixed an issue where -D didn't use the specified file
git-svn-id: https://smali.googlecode.com/svn/trunk@219 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
c894b9658c
commit
3249b724ea
@ -95,7 +95,7 @@ public class main {
|
|||||||
if (commandLine.hasOption("D")) {
|
if (commandLine.hasOption("D")) {
|
||||||
doDump = true;
|
doDump = true;
|
||||||
disassemble = false;
|
disassemble = false;
|
||||||
dumpFileName = commandLine.getOptionValue("d", inputDexFileName + ".dump");
|
dumpFileName = commandLine.getOptionValue("D", inputDexFileName + ".dump");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (commandLine.hasOption("w")) {
|
if (commandLine.hasOption("w")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user