Add deprecation notice for SmaliDebugging - #1061

This commit is contained in:
Connor Tumbleson 2015-10-20 06:19:50 -05:00
parent 8fee3499e3
commit 3cc141025f

View File

@ -177,6 +177,7 @@ public class ApkDecoder {
}
public void setDebugMode(boolean debug) {
LOGGER.warning("SmaliDebugging has been deprecated. It will be removed in Apktool 2.1 - https://github.com/iBotPeaches/Apktool/issues/1061");
mDebug = debug;
}