Unverified Commit a4947cef authored by ganyao114's avatar ganyao114 Committed by GitHub

Update MyApp.java

parent 450a97dd
......@@ -37,7 +37,7 @@ public class MyApp extends Application {
SandHook.disableVMInline();
SandHook.tryDisableProfile(getPackageName());
SandHook.disableDex2oatInline(true);
SandHook.disableDex2oatInline(false);
if (SandHookConfig.SDK_INT >= Build.VERSION_CODES.P) {
SandHook.passApiCheck();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment