You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
The following lines will crash in Android 5.0 (API 21) with XposedFramework v80+ but work fine without XposedFramework installed. Crash log is here: http://pastebin.com/Hp5mNT5F
It's good to know that this line is triggering the issue. Obviously, I didn't add this commit just for fun, so I'll need to check why GenerateDequickenMap() fails in this case.
The following lines will crash in Android 5.0 (API 21) with XposedFramework v80+ but work fine without XposedFramework installed. Crash log is here: http://pastebin.com/Hp5mNT5F
After spent an hour inspecting the code, I found out if I don't return nullptr here:
android_art/compiler/dex/verified_method.cc
Line 64 in 0e430fa
The text was updated successfully, but these errors were encountered: