SandHook: remove useless logic of compilable check
This commit is contained in:
parent
0f1674b2a0
commit
34b0cc58dd
|
|
@ -114,6 +114,5 @@ 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,7 +128,6 @@ 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