-
Notifications
You must be signed in to change notification settings - Fork 433
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
[Bug] ANR In Firebase Unity SDK 8.3.0 #1151
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Although I'm not in a position to fix this bug, it piqued my interest. There seems to be a clear bug here. According to the stack traces, the main thread is blocked at line 149 in Then, there is another thread,
It would appear that the native code executed by |
Yes, something has changed in Unity SDK 8.1.0 & 8.3.0 that caused it |
Hi @SamiSdd, Could you provide a minimal, reproducible example of your implementation so that we can analyze what's causing this issue? |
Hi @paulinon, I can share the way our code interact with Firebase SDK, But the issue above we were not able to reproduce this on our end, We had seen this issue with couple of users on 5% rollout of our Android build |
Hi @SamiSdd, It's okay if you weren't able to replicate the issue on your end. We can try to analyze what's causing this based on the project as well as the logs you provided. |
Thanks for providing a minimal project, @SamiSdd. It's possible that the issue occurs only on certain devices. Could you share the list of devices that have faced this issue so far? |
Here is the device list which is affected
Here are the OS versions
|
Thanks for letting me know, @SamiSdd. Version 8.4.0 has been released recently. Could you confirm if using this version makes a difference? |
Hi Firebase team, We're also experiencing this issue which has an adverse effect on our users, please prioritize this. |
Hello, I'm having the same problem. I'll add my stack trace, maybe this is related:
|
Hi Team, an update from my end. |
The cause for some of the ANR was found and a pull request is here. When trying to shutdown firebase-messenger, the JNI functions are called in the wrong order. |
This fix will be included in the next Firebase Unity SDK release (version 8.6.0). |
Hey @SamiSdd. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @SamiSdd if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
We have recently updated Firebase Unity SDK From 8.1.0 to 8.3.0, A new ANR seems to appear on 5% Install on Google Play Store,
Google Play Store Screenshot:
The text was updated successfully, but these errors were encountered: