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
I reproduced a similar crash by adding Runtime.getRuntime().gc() between updateDeclaringClass and Method.invoke. I think it is caused by its declaring class gets moved again after we manually update it.
I have tried to fix it many times but no result. :(
Please let me know if you need anything else, since I don't know how to debug native crash
The text was updated successfully, but these errors were encountered: