-
Notifications
You must be signed in to change notification settings - Fork 181
Crash on API level 28 when SoLoader initialise the .so libraries #58
Comments
Hey, @prithvibhola ! Thanks for bringing this up. It looks like this is a legit issue and we're actively working on it. We're very sorry for this, but we'll try to fix this ASAP =) In the meantime, I have a quick question. Is this app running on arm64? |
Hey, we tested the application on the emulator with 32-bit architecture. |
This looks the same as SoLoader issue #55. The Google APIs version is reporting both x86 and armv7 compatibility when the non-Google version correctly only reports x86. As a workaround, can you try using an SDK 29 (Q) Google APIs image? In my testing, that image should behave better. I've also posted this on the Android bug tracker here. |
Hey @BurntBrunch , |
@prithvibhola, unfortunately, I found out that downgrade to 0.6.1 didn't help as I faced crashes on production :/ facebook/SoLoader#55 |
0.8.0 fixes bugs in 0.6.1 around phones that report the wrong ABIs. |
Hi, we are facing an issue on API Level 28 while Profilo tries to load .so Libraries using
SoLoader
. Here are the stack tracesand
Specifications of the emulator on which we are getting the issue:
Android version: 28
Device: Pixel XL
Architecture: x86,armeabi-v7a,armeabi(executing
adb -s emulator-5556 shell getprop ro.product.cpu.abilist
)We backtracked the releases and figured out that the issue is coming from the following release : https://github.com/facebookincubator/profilo/tree/release-62ca671 in which the SoLoader is updated to the latest version(0.8.0)
Is this a known issue or are we missing something?
The text was updated successfully, but these errors were encountered: