firebase-crash-reporting Questions

3

Solved

If use try / catch my application will not crash. But I want when the catch block to work, it also sends error information to firebase crashlytics console.
Twibill asked 4/3, 2020 at 14:6

0

emphasized textI need to use firebase Crashlytics in project but not want to migrate project to android. I want to know if it possible. How to use an Androidx library in a project which is not migr...

4

Solved

Have I finally gone blind or is there not an obvious way to delete Firebase Crash reports through the Google Firebase web console? My Android app is successfully logging reports but now I have a fl...

5

I had this bug after updated from com.google.gms:google-services:4.0.1 to com.google.gms:google-services:4.1.0 Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sur...
Loran asked 5/9, 2018 at 12:35

3

I have a project in firebase console, this project has two apps both android. I had only integrated Analytics, Notifications and Crashlytics. I had thought of just deleting the app and add it afres...
Circumambient asked 31/1, 2018 at 16:56

3

Solved

How to report on iOS a non-fatal exception using Firebase Crash Reporting? In Android, we can do something like this: FirebaseCrash.report(new Exception("My first Firebase non-fatal error on Andr...
Beaudry asked 8/5, 2017 at 16:48

2

Goal :- Want to integrate Firebase Crashlytics Plugin in ionic 3 project. Issue :- There is no ionic native Firebase Crashlytics plugin available for ionic 3 but it is available for ionic 4 here i...

3

Solved

I have implemented Firebase crash report basic setup for my project and it worked perfectly without any problem. Is it possible to get those error report on my email? I am unable to find email send...
Deliquesce asked 21/7, 2016 at 12:49

1

I've linked my firebase crashlytics data to bigquery and setup the data studio templates provided by google. A lot of great data in there except the most important metrics required for my dashboard...

13

Solved

I am trying to implement crash reporting with firebase. I followed the documentation here. And renamed the downloaded son file to ServiceAccount.json. Then copied it to project directory. Also chan...
Everrs asked 29/8, 2016 at 16:24

1

Solved

I'm trying to migrate my Android app from Fabric Crashlytics to Firebase Crashlytics. My app has an existing Firebase project set up for messaging and analytics. This Firebase project is not yet li...

2

Solved

Just moved finally from using Fabric to using Firebase to track our app crashes, and the only thing I'm missing are the issue numbers, that I'm used to from Fabric. Is there a way to see issue numb...
Nelle asked 9/11, 2018 at 15:52

10

Solved

I have checked my app build.gradle file and these are the only lines that are related to firebase in them /*** * Firebase */ implementation 'com.google.firebase:firebase-core:15.0.0' implementa...

4

Solved

Java.Lang.IllegalStateException: Default FirebaseApp is not initialized in this process TestChartApp.TestChartApp. Make sure to call FirebaseApp.initializeApp(Context) first. this is my code i am...
Gunderson asked 10/2, 2017 at 11:25

1

I am getting the following error : Could not find method maven() for arguments [build_3sdtqstdmsgdnexrxaaxgljji$_run_closure1$_closure4@325a800c] on root project 'Appointments' of type org.gradle....

1

I am using Firebase for my crash reports, I have a run script in Xcode that uploads my dsym files. Today I have a crash report in firebase but the stack trace has these lines that just say hidden...
Digit asked 11/8, 2017 at 19:37

2

Solved

We're using Firebase Crash reporting in our app currently - and we've noticed something odd. In order to help us debug any crashes, we use FirebaseCrash.log to add information about the server requ...
Sassenach asked 11/9, 2017 at 14:59

1

Solved

I get this crash in Crash Reporting: Exception java.lang.NoClassDefFoundError: pim pil.<clinit> (SourceFile:2) pij.onAnimationEnd (SourceFile:10) android.animation.AnimatorSet$AnimatorSetLis...

0

After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes. I don't know anything about com.google.android.gms.phenotype.provider.Configurat...

5

Solved

I get the following error when running the script to upload symbol files (everytime I try and build my project): upload-sym-util.bash:351: error: symbolFileUploadLocation: The API Key and the au...
Jylland asked 19/1, 2017 at 1:41

3

Solved

I have decided to include the Firebase Crash API 9.0.1 into my Android app. At the moment everything is working fine. Now I want to give my users the opportunity to disable, that Firebase is sendi...
Bedroll asked 2/6, 2016 at 12:37

4

Solved

Recently I got feedback and also I was able to reproduce it easily on my Nexus 5 with cleared app data. Simply, when adding compile 'com.google.firebase:firebase-crash:9.4.0' only to project depend...
Eraser asked 13/9, 2016 at 23:7

7

Solved

I followed the guide located here:https://firebase.google.com/docs/crash/ios But when I'm done and attempt to build, I get the following error: /Users/--/Desktop/Test2/Pods/FirebaseCrash/upload-sy...
Perspex asked 20/5, 2016 at 2:27

4

Solved

I've been looking around the firebase console for half an hour for a button or menu allowing me to upload a new crash reporting mapping file. And cannot find a way. I've done it in the past, but ca...
Cytogenetics asked 8/12, 2016 at 6:42

2

Solved

I have tried to find out from the documentation whether Google is supporting NDK C++ crashes in the newly released Firebase Crash Reporting. So far I have seen only Java crashes support. Does any ...
Throb asked 19/5, 2016 at 18:54

© 2022 - 2025 — McMap. All rights reserved.