Skip to content

Commit

Permalink
Merge pull request #183 from ElderDrivers/sandhook
Browse files Browse the repository at this point in the history
Sandhook: fix compilable flag
  • Loading branch information
solohsu authored Mar 22, 2019
2 parents 34b0cc5 + 75f81a8 commit c20a17f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static void installBootstrapHooks(boolean isSystem) {
}
Router.startBootstrapHook(isSystem);
XposedInit.initForZygote(isSystem);
SandHookConfig.compiler = !isSystem;
} catch (Throwable t) {
Utils.logE("error during Xposed initialization", t);
XposedBridge.disableHooks = true;
Expand Down

0 comments on commit c20a17f

Please sign in to comment.