facebook-android-sdk
facebook-android-sdk copied to clipboard
Firebase ANRs FetchedAppGateKeepersManager.kt line 49
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing Github issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Java version
1.8
Android version
API 33, Android 13
Android SDK version
com.facebook.android:facebook-android-sdk:15.0.1
Installation platform & version
mavenCentral
Package
Core & AppEvents
Goals
I'd like to use Facebook analytics and it was working perfectly but once I've updated my SKD to 33 I started to get ANRs reports in my firebase I
Expected results
working code without any crashes on firebase
Actual results
some of the ANRs I get in my firebase crashlytics for android 11 & android 12
Steps to reproduce
main (runnable): tid=1 systid=3910
at kotlin.reflect.jvm.internal.ReflectionFactoryImpl.getOrCreateKotlinClass(ReflectionFactoryImpl.java:50)
at kotlin.jvm.internal.Reflection.getOrCreateKotlinClass(Reflection.java:59)
at com.facebook.internal.FetchedAppGateKeepersManager.
Code samples & details
// INSERT YOUR CODE HERE
Duplicate https://github.com/facebook/facebook-android-sdk/issues/1108