-
Notifications
You must be signed in to change notification settings - Fork 9
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
ANR in EngineWebView initialization #361
Comments
Hey @remi-ollivier, thank you for brining this to our attention and apologies that you faced this. We have noted it and will try to find and fix the root cause. We will let you know when the fix is out, appreciate your patience and support. |
Thank you for handling it!
Looking forward to hearing from you! |
Hey @remi-ollivier, we have been looking into this, we are unable to reproduce it. While searching for similar issues on StackOverflow and other places, we do similar issues like webview causing ANR but in almost all cases it comes down to bug on the Chromium version being used on those phones. Here is the chromium-reported issues list specifying similar bugs. Can you list some devices and SDK versions etc for the phones that are facing the ANRs and it might help us reproduce and solve it? |
Hi. Thanks for your investigation @Shahroz16. I won't be able to give you the chromium versions installed on their phones. |
Thanks for the additional information @remi-ollivier, but we can still not reproduce it. We are going to continue looking into how we can reproduce or find the root cause of it, meanwhile, if there is something else you find that can lead us that would be much appreciated. But rest assured it is more of an intermittent chromium bug, we just need to see what can we do to bypass it. |
@remi-ollivier a new release 3.11.1 is out, please can you give this a shot and let us know if the issue still persists. Thank you. I am going to close this, feel free to reopen in case you still face this issue. |
SDK version: 3.8.1
Environment: Production
Are logs available?
Describe the bug
Customers are facing ANRs, it happens on all Android version that we support, several phone brands and models. It happens 25% of the time in background and 75% in foreground.
The stacktrace doesn't show any call from within our app, it looks like your SDK is trying to initialize a webview and this is the root cause of the ANR
To Reproduce
No idea, happens only in production, we couldn't reproduce this one
Expected behavior
Do you have any way to handle this case and update your SDK to fix ANRs? This would be very appreciated. Thanks!
The text was updated successfully, but these errors were encountered: