SandHook: revert compilable control flag
This commit is contained in:
parent
4cfeaaaafe
commit
c97a9c8a68
|
|
@ -114,5 +114,6 @@ public class Router {
|
||||||
public static void injectConfig() {
|
public static void injectConfig() {
|
||||||
EdXpConfigGlobal.sConfig = new SandHookEdxpConfig();
|
EdXpConfigGlobal.sConfig = new SandHookEdxpConfig();
|
||||||
EdXpConfigGlobal.sHookProvider = new SandHookProvider();
|
EdXpConfigGlobal.sHookProvider = new SandHookProvider();
|
||||||
|
SandHookConfig.compiler = !startsSystemServer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@ public final class SandHookXposedBridge {
|
||||||
};
|
};
|
||||||
SandHookConfig.DEBUG = true;
|
SandHookConfig.DEBUG = true;
|
||||||
//in zygote disable compile
|
//in zygote disable compile
|
||||||
|
SandHookConfig.compiler = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue