Questions tagged [firebase-crash-reporting]

THIS PRODUCT IS DISCONTINUED. Use the crashlytics tag for questions about Firebase Crashlytics. Firebase Crash Reporting is an indispensable tool for diagnosing and fixing problems in your mobile app. It creates detailed reports of the bugs in your app triaged by the severity of the impact on your users.

Filter by
Sorted by
Tagged with
-1 votes
1 answer
80 views

Fatal Exception: java.lang.IllegalArgumentException

firebase Crashlytics IWindowSession.java line 844 android.view.IWindowSession$Stub$Proxy.addToDisplay implementation 'com.google.firebase:firebase-analytics:20.0.2' implementation 'com.google.firebase:...
user avatar
2 votes
0 answers
107 views

How to get readable stacktrace for Dart code exception with Firebase Crashlytics in Flutter app?

I've followed integration guide and integrated Firebase Crashlytics into my Flutter app. When testing with FirebaseCrashlytics.instance.crash(); I expect to see a readable Dart stacktrace of the ...
user avatar
  • 18.8k
0 votes
0 answers
22 views

Crashlytics Android NDK: Crash in NDK has missing stackframe

Crash in NDK has missing stackframe even after I have executed the task of uploadCrashlyticsSymbolFile and task completed successfully My build.gradle (app) firebaseCrashlytics { ...
user avatar
2 votes
1 answer
165 views

Is Proguard mapping file overwritten each time on Firebase Crashlytics a new release build is created?

I am working on uploading the proguard mapping file to Firebase Crashlytics so that it can de-obfuscate the crash reports. What I am trying to understand is when and under what conditions is the ...
user avatar
  • 3,442
4 votes
1 answer
358 views

xcode Firebase Crashlytics Command PhaseScriptExecution failed with a nonzero exit code

I have an application that I wrote with swift. I want to see crash reports of the app after the release. I want to add Firebase Crashlytics for this. I do everything in this link. but during ...
user avatar
  • 163
0 votes
0 answers
17 views

After check email alert on firebase alert subscription still not receiving any email

I checked the email alert for crashlytics still did not receive an email on the register(owner) email address. Can you please tell me what other setting I I need to do/change?
user avatar
  • 1,383
0 votes
0 answers
139 views

Crashlytics and React Native on Android

I have integrated Firebase and Firebase/Crashlytics into a React Native app. The problem is that on the Android devices, I can see the crashes only if I trigger a crash in the java code but when I ...
user avatar
  • 10.3k
0 votes
1 answer
401 views

Force FirebaseCrashlytics print logs to console

Is it possible to force FirebaseCrashlytics to print the log messages to console prior google buy them (and make shit as always) it was possible using the fabric api. But now seems these methods were ...
user avatar
  • 2,686
0 votes
0 answers
69 views

Firebase crashlytics not working when application has two process

I am having application running with 2 process(where I'm running foreground service in separate process), and Firebase crashlytics is not able to upload crash happens in service process which is sub ...
user avatar
0 votes
2 answers
252 views

Firebase Crashlytics say 6 events,but only show 2

Im logging non crash events on firebase crashlytics and apply some filters to get one specific device. And result is saying i have 6 events on chart and below on detail events it only show 2. What im ...
user avatar
0 votes
0 answers
117 views

Getting Crashes but showing wrong/old Version number in Firebase Crashlytics

Bitcode: No Firebase Crashlytics: 8.5.0 (Latest) I integrated the Firebase Crashlytics in my app on version 3.1.8. On the testing device, it reports me correctly. but when I see the report of online ...
user avatar
0 votes
0 answers
79 views

How to identify the cause of crash this == null with provided stack trace in firebase in android app?

Below is the android app firebase crash stack trace and I'm unable identify the cause of that crash. This might be a stupid question but this crash count is spiking and I need a fix. What exactly is ...
user avatar
  • 261
0 votes
0 answers
88 views

Flutter Firebase Crashlytics 0.1.4 not reporting non fatal error to firebase console

I am using this version's Firebase Crashlytics on Flutter https://pub.dev/packages/firebase_crashlytics/versions/0.1.4+1. And we also use implementation 'com.google.firebase:firebase-crashlytics' on ...
user avatar
  • 21
2 votes
2 answers
158 views

Firebase crashalytics hang loading - RN

I have RN project which I like to connect it ErrorBoundry into crashalytics export default class ErrorBoundry extends React.Component<any, IState> { state = { hasError: false } static ...
user avatar
  • 2,903
0 votes
1 answer
308 views

Firebase Crashlytics debug mode not send report in ios

in swift, how to send crash report only release mode? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { #...
user avatar

15 30 50 per page
1
2 3 4 5
22