SandHook: remove useless logic of compilable check

This commit is contained in:
swift_gan 2019-03-22 15:46:08 +08:00
parent 71774746cf
commit 4cfeaaaafe
2 changed files with 0 additions and 2 deletions

View File

@ -114,6 +114,5 @@ public class Router {
public static void injectConfig() {
EdXpConfigGlobal.sConfig = new SandHookEdxpConfig();
EdXpConfigGlobal.sHookProvider = new SandHookProvider();
SandHookConfig.compiler = !startsSystemServer;
}
}

View File

@ -128,7 +128,6 @@ public final class SandHookXposedBridge {
};
SandHookConfig.DEBUG = true;
//in zygote disable compile
SandHookConfig.compiler = false;
}
}