-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Android - Crashlytics logs not showing in crashes, on the Firebase Console #3648
Comments
hi @GiladR1979 , I am trying to use this library for crashlytics. Can you please guide me through it's installation on iOS. This step is breaking the App for me : https://rnfirebase.io/crashlytics/ios-setup |
I'm having the same issue - unable to see any logs on console for iOS, but its working fine for Android. And its been 5 days since I haven't seen any logs (so that 48 hour window is long gone). |
Same not seeing anything in Firebase either for iOS came from Fabric.. |
We're currently in the process of upgrading to the latest version of firebase Crashlytics as per this PR #3580 which will remove Fabric as a dependency. Not sure if this will solve your problem, but it will at least be a better starting point than trying to debug the current version only for the Crashlytics upgrade making the bug fix obselete. |
Dear @russellwheatley |
@ghasemikasra39 delays in crashlytics reporting are the underlying firebase SDKs and the crashlytics system, there is nothing react-native-firebase can do. It is worth noting that the crash report will not even leave your device normally until you restart the app (so crashlytics runs again, notices there is a crash and sends the report). My lag is normally just a few minutes, personally - but again it is variable and not in react-native-firebase control. No change made here will affect the lag. |
Any updates about this issue? I'm not getting crash reports in IOS. |
Hello 👋, to help manage issues we automatically close stale issues.
|
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information. |
I'm facing this issue, crashes get registered but the log doesn't show up only for Android, on iOS it works great. |
This is from May, if you have problems please open a new issue, ensuring you are using the most current stable versions and following the template please. You can make a skeleton app for reproduction like so https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh |
I recently changed Crashlytics from Fabric to React Native Crashlytics.
I have set a new error handler on JS with Crashlytics log commands.
I am getting crashes on both iOS and Android, but no logs in Android, also, not seeing other analytics events in the crash log, although I am still getting analytics from Android.
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:android/app/build.gradle
:android/settings.gradle
:MainApplication.java
:AndroidManifest.xml
:Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:Firebase
module(s) you're using that has the issue:TypeScript
?React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: