Closed ibradwan closed 2 years ago
Looks like it's your native hooker's issue:
We hooked EncodeMethodId
for debug apps and in your stacktrace this hook crashes.
So do you have any suggestions or workarounds to overcome this issue?
Sorry but can you elaborate more about changing the native hooker? All I did was mimic what you did in the provided test in a POC app without changing anything. Should not this work out of the box?
It should. But I only tested with LSPosed which works with a debugger attached.
Hi there,
Thanks for providing and maintaining this awesome library. I'm currently building a testing app to test the library and it works fine as long as there is no attached debugger. When I attach a debugger, I get this error message, and the app crashes:
A stack trace if that would be helpful:
I'm using this version: org.lsposed.lsplant:lsplant-standalone:5.0 and testing on a Pixel 2XL running Android 11. I would appreciate it if you give me any hints to overcome this issue.
Regards.