firebase-crash-reporting

enable Firebase Crash Reporting in Android

↘锁芯ラ 提交于 2021-02-07 04:16:39
问题 I followed all steps from https://firebase.google.com/docs/crash/android to implement Firebase Crash report. But I'm not able to see my crash report on Firebase console. In Android studio's logcat its showing me : V/FirebaseCrash: Firebase Crash Reporting is disabled. I don't understand how to enable Crash reporting. I also referred How to enable Firebase Crash Reporting - Android But nothing is helping me out. I used their own code to throw an exception to see if it works: try { throw new

enable Firebase Crash Reporting in Android

喜欢而已 提交于 2021-02-07 04:14:50
问题 I followed all steps from https://firebase.google.com/docs/crash/android to implement Firebase Crash report. But I'm not able to see my crash report on Firebase console. In Android studio's logcat its showing me : V/FirebaseCrash: Firebase Crash Reporting is disabled. I don't understand how to enable Crash reporting. I also referred How to enable Firebase Crash Reporting - Android But nothing is helping me out. I used their own code to throw an exception to see if it works: try { throw new

enable Firebase Crash Reporting in Android

删除回忆录丶 提交于 2021-02-07 04:14:15
问题 I followed all steps from https://firebase.google.com/docs/crash/android to implement Firebase Crash report. But I'm not able to see my crash report on Firebase console. In Android studio's logcat its showing me : V/FirebaseCrash: Firebase Crash Reporting is disabled. I don't understand how to enable Crash reporting. I also referred How to enable Firebase Crash Reporting - Android But nothing is helping me out. I used their own code to throw an exception to see if it works: try { throw new

enable Firebase Crash Reporting in Android

半腔热情 提交于 2021-02-07 04:13:25
问题 I followed all steps from https://firebase.google.com/docs/crash/android to implement Firebase Crash report. But I'm not able to see my crash report on Firebase console. In Android studio's logcat its showing me : V/FirebaseCrash: Firebase Crash Reporting is disabled. I don't understand how to enable Crash reporting. I also referred How to enable Firebase Crash Reporting - Android But nothing is helping me out. I used their own code to throw an exception to see if it works: try { throw new

Firebase Crashlytics setup on iOS?

六眼飞鱼酱① 提交于 2020-11-30 06:24:52
问题 I'm trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I've followed the documentation here, but my build always fails when running the custom build phase: "${PODS_ROOT}/Fabric/run" The error in Xcode is the following: error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD_SECRET I do not have a Fabric API key and

Firebase Crashlytics setup on iOS?

ε祈祈猫儿з 提交于 2020-11-30 06:18:09
问题 I'm trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I've followed the documentation here, but my build always fails when running the custom build phase: "${PODS_ROOT}/Fabric/run" The error in Xcode is the following: error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD_SECRET I do not have a Fabric API key and

Firebase Crashlytics setup on iOS?

坚强是说给别人听的谎言 提交于 2020-11-30 06:18:02
问题 I'm trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I've followed the documentation here, but my build always fails when running the custom build phase: "${PODS_ROOT}/Fabric/run" The error in Xcode is the following: error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD_SECRET I do not have a Fabric API key and