-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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] FetchedAppGateKeepersManager.kt line 49 #1108
Comments
i got these issues too. |
|
We (audiomack) are encountering a similar problem as well. If we disregard Firebase, which only reports ANRs for Android 11 and above, and instead examine the Google Console, we will see that this issue is being reported at a high frequency on Android version 10. I am sharing the screenshot and stacktrace from the Play Console as a point of reference, which is similar to what we see in Firebase. Stack-trace
I am including the complete stacktrace, including details about different threads, as a point of reference. |
the same,is there any solutions? |
I got this issue too, anyone know the root cause? |
I got this issue too at 2024 ,anyone konw the root cause? |
Still facing these issues and numbers are very high, solution please? |
Checklist before submitting a bug report
Java version
11
Android version
Android 11 and 12
Android SDK version
14.1.0
Installation platform & version
7.3.3
Package
Other / I don't know
Goals
ANR free Sdk
Expected results
No ANR
Actual results
We are getting ANR
Steps to reproduce
Attaching logs and screenshot.
main (runnable): tid=1 systid=25834
at kotlin.reflect.jvm.internal.KClassImpl$data$1.invoke(KClassImpl.kt:180)
at kotlin.reflect.jvm.internal.KClassImpl$data$1.invoke(KClassImpl.kt:180)
at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:63)
at kotlin.reflect.jvm.internal.KClassImpl.getSimpleName(KClassImpl.kt:234)
at com.facebook.internal.FetchedAppGateKeepersManager.(FetchedAppGateKeepersManager.kt:49)
at com.facebook.internal.FeatureManager.checkFeature(FeatureManager.kt:39)
at com.facebook.FacebookSdk.sdkInitialize(FacebookSdk.kt:457)
at com.facebook.FacebookSdk.sdkInitialize(FacebookSdk.kt:389)
at com.facebook.internal.FacebookInitProvider.onCreate(FacebookInitProvider.kt:21)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2421)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2386)
at android.app.ActivityThread.installProvider(ActivityThread.java:7853)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:7370)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7066)
at android.app.ActivityThread.access$1600(ActivityThread.java:273)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2127)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8302)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:556)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1037)
Code samples & details
The text was updated successfully, but these errors were encountered: