[libc.so] __ioctl
Hi @ajwfrost here is stacktrace about crash as you asked (android 13):
[libc.so] __ioctl
stacktrace.log
Here is also anr which I didn't see before, maybe you'll be interested in this also it occured on android 14:
com.adobe.air.AndroidIdleState.<init>
stacktrace (1).log
Thanks
The call stack there looks like it's just a graphics driver failure - there's nothing from AIR in that call stack, the only slight possibility I guess is whether the Google Play Ads service is interfering with it somehow. But for those other ANRs - a lot of these are in EGL functions or just in a file 'read' which makes me wonder about the devices/drivers, or maybe there's something else running on the device which hogs loads of CPU and slows down these threads?
So, I'm afraid there's no information there that we can use to look for issues within the AIR runtime..
thanks
Which version of the Adverts extension are you using, could be worth checking you are using the latest with that ads crash there.
Hi @marchbold all extensions are latest, I update it with apm, ironsource ane requires minSdkVersion 24, so I have this:
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="35"/>