mar-v-in/ArtHook

Crash when hook method in some devices(Android 5.1.1)

wonder2014 opened this issue · 2 comments

Hi , I got a crash when I Hook some normal method on some devices(Android 5.1.1). but it doesn't reappear on other devices(android 5.1.1).
when exec getQuickCompiledCodeSize,it return -1090470451 and this cause crash. anyone know the reason?
maybe this method exec by Interpreter?

Is the problematic device armv6/7 (32 bit) or armv8 (64 bit)?

yes ,it is appear on device arm7(32 bit)