mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
Add deprecation notice for SmaliDebugging - #1061
This commit is contained in:
parent
8fee3499e3
commit
3cc141025f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user