DroidForce
DroidForce copied to clipboard
-d is not a valid command but still in the help
trafficstars
Hey,
I think you removed the -d option from the parsing of the command line (InstrumentationPEP/Settings.java) but it remains in the help (printHelp).
It would be actually nice to have this debug option if possible! :pray:
You should enable debug output with an slf4j option such as: -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG
I've updated the help message.