-
Notifications
You must be signed in to change notification settings - Fork 11
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
SDK 51.1.2.1-51.1.3.1 ANR at AndroidActivityWrapper_nativeSetVisible #3595
Comments
Thanks for the report and stack trace. We're slowly working through a number of these kinds of issues, and it seems that when we resolve some of them, it then exposes different ones... This one is fairly straightforward to fix but as soon as you see other ANR reports like this, please let us know! thanks |
Below is a patch to replace the AIRSDK/lib/android/lib/runtimeClasses.jar file |
ok, thank you. |
many of them was fixed in the latest release, good job! |
@ajwfrost Starting AIR SDK 51, I receiving a lot of this ANR on Google Console: android.app.ActivityThread$H.handleMessage
I still can't track down the cause of this problem, but it started with SDK version 51 and persists until the most recent updates. I didn't test whether the file you attached here would solve the problem. However, the stack trace I have is only this small one from the Console, and since I haven't been able to see the problem happening nearby, I couldn't get a deeper stack trace. With this stack trace, can you get an idea of what it might be? This problem is affecting 41% of my userbase / devices, until SDK 50 (This problem was not present on 50.2.4.1) the console reported none of this problem, stranger things... Thanks a lot! |
Hi @lwmirkk - this doesn't really give us much information! From this it doesn't look like an ANR even, it's just showing an exception happening within a message handler; I'm doubtful whether it's even showing details for the right process since there's no mention of AIR in there (we have custom looper and event handler classes that I would expect to see there..). Are there no other reports in the console that provide a different call stack with the state of multiple threads shown there? Are you using the thanks |
Android 11, 13, 14
So it started appearing in console after AIR 51.1.2.1 update and happens with all sdk's including latest AIR 51.1.3.1
[split_config.arm64_v8a.apk!libCore.so] Java_com_adobe_air_AndroidActivityWrapper_nativeSetVisible
stacktrace.log (1).txt
The text was updated successfully, but these errors were encountered: