Open XWayne opened 3 years ago
Thanks. This is a known issue with Android profiler since a while, see #472. Is there any additional information you can share to help us reproduce this?
sorry for the slip.
It remind me of a similar intersting issue with HUAWEI profiling: Everytime when GC happen, HUAWEI will crash profiling because the Register r0 ==0(I still don't know how it happens) . And I found an intersting library Android_Inline_Hook , I change the register R0 to R7 + 20,then magically it works for me .I guess it is because of the concurrency or something else .
Hope this help.
Thanks. But the above crash trace does not include libobjectbox-jni.so
. No?
Why do you think this applies to ObjectBox? Just because it is a null pointer dereference
as well?
xiaomi10 -- android 11 -- objectBoxVersion:2.9.0 -- Android studio 4.1.3 100% crash when use android profiler