Results 17 comments of RProp

能否提供个能复现的apk

Hi, please attach full logcat and related .apk files if available.

CACHE_DIR = /sdcard/ 不支持SD作为缓存路径

看样子是GetDescriptor崩溃了, 可能MIUI自定义了字段, 方便打印ArtMethod结构看看?

把IT系列指令和NOP交换位置?

@nevermoe 看了手册IT在AArch64被弃用, AArch64是否还有类似的block指令?

it seems that you are running in force-interpreter-only mode, in which case ArtMethod's entry_point_from_quick_compiled_code_ will not be used unless the ArtMethod is native or called outside the interpreter. so, an...

you have to replace [FatalError trampoline](https://github.com/Rprop/ndk_dlopen/blob/master/dlopen.c#L37) with something else, as "(default)" namespace cannot access "/system/vendor/lib/"

什么三方so,直接dlopen错误是什么