Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes with App converted to AndroidX on android 5.1 or below devices #34

Open
jenistops opened this issue Sep 18, 2019 · 0 comments
Open

Comments

@jenistops
Copy link

After converting an App to AndroidX it started to crash on Android 5 devices. Regrettably there is no traceback since this happens in the native part. However, the crashes stopped after I removed RealtimeBlurView from the app.

W/linker: librsjni_androidx.so: unused DT entry: type 0x6000000f arg 0xaf80
librsjni_androidx.so: unused DT entry: type 0x60000010 arg 0x1d
librsjni_androidx.so: unused DT entry: type 0x6ffffef5 arg 0xad5c
librsjni_androidx.so: unused DT entry: type 0x6ffffffe arg 0xad1c
librsjni_androidx.so: unused DT entry: type 0x6fffffff arg 0x2

--------- beginning of crash

A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 3862 (app.id.here)
In this particular case it would be possible to just use vanilla RenderScript instead of the one in support library.

Thus it would be great if this library would come in multiple flavors vanilla, supportlib and maybe androidx as well in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant