SandHook: revert compilable control flag

This commit is contained in:
swift_gan 2019-03-22 17:54:37 +08:00
parent 4cfeaaaafe
commit c97a9c8a68
2 changed files with 2 additions and 0 deletions

View File

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

View File

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