Merge pull request #183 from ElderDrivers/sandhook
Sandhook: fix compilable flag
This commit is contained in:
commit
c20a17f576
|
|
@ -61,6 +61,7 @@ public class Router {
|
||||||
}
|
}
|
||||||
Router.startBootstrapHook(isSystem);
|
Router.startBootstrapHook(isSystem);
|
||||||
XposedInit.initForZygote(isSystem);
|
XposedInit.initForZygote(isSystem);
|
||||||
|
SandHookConfig.compiler = !isSystem;
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
Utils.logE("error during Xposed initialization", t);
|
Utils.logE("error during Xposed initialization", t);
|
||||||
XposedBridge.disableHooks = true;
|
XposedBridge.disableHooks = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue