-
Notifications
You must be signed in to change notification settings - Fork 1
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 on android in getAdvertisingId #18
Comments
I have installed ANR-WatchDog which crashes the app if The common scenario for us is
And
Please read this SO: https://stackoverflow.com/questions/23379879/advertisingidclient-getadvertisingidinfo-hangs-forever Possibly it somehow relates to UnityAds thread:
|
My guess is this is some sort of a deadlock. I believe that UnityPlayer.updateDisplayInternal() on a main thread waits for UnityMain thread to do some job. |
Hello!
We have ANR in google play console. With this stack:
Looks like its not safe to use getAdvertisingId on main thread.
The text was updated successfully, but these errors were encountered: