Fix SandHook crash on Android O

This commit is contained in:
kotori0 2020-12-11 23:37:20 +08:00
parent f918887a95
commit 47cb1996ef
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ void ArtMethod::tryDisableInline() {
}
void ArtMethod::disableInterpreterForO() {
if (SDK_INT >= ANDROID_O && SDK_INT < ANDROID_R && DEBUG) {
/*if (SDK_INT >= ANDROID_O && SDK_INT < ANDROID_R && DEBUG) {
setNative();
}
}*/
}
void ArtMethod::disableFastInterpreterForQ() {