修复修复了模拟器崩溃的问题后真机崩溃的问题
wssb
This commit is contained in:
parent
b120acabfe
commit
63d2c26e69
@ -529,6 +529,9 @@ public:
|
||||
auto xdlAddr = xdl_sym(hmodule_, funcName.c_str(), NULL);
|
||||
if (!xdlAddr) {
|
||||
address_[funcName] = dlsym(hmodule_, funcName.c_str());
|
||||
}
|
||||
else {
|
||||
address_[funcName] = xdlAddr;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user