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.
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
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.