All Questions
Tagged with google-fabric crashlytics-android
77
questions
5
votes
3
answers
4k
views
Firebase Crashlytics : Settings request failed - After migrate from fabric
After I migrate to crashlytics from fabric, crash reports does not shown on Firebase console anymore.
I followed upgrade document for migration.
I tried force crash to test and i logged with adb ...
2
votes
2
answers
338
views
Firebase Crashlytic does not show stack strace with LLD linker Android App
My project is a simple Android game with native C++ code and Java, which uses cmake to compile C/C++ code.
I upload a my native symbols to Firebase Crashlytic (Fabric ago) to catch my crash if they ...
1
vote
1
answer
367
views
How to create teams in firebase crashlytics after migration from fabric?
I have migrated from fabric to firebase by connecting apps via console but I am not getting crash report emails from firebase. I added different users from "Users and Permissions" as suggested here. ...
0
votes
1
answer
306
views
Fabric / Crashlytics isn't reporting crashes on android
I have implemented fabric on my android app but it isn't reporting crashes on dashboard.
Here is my build.gradle
buildscript {
repositories {
google()
jcenter()
...
2
votes
2
answers
3k
views
Crash-free statistics monitor not working in Firebase Crashlytics in Flutter
I tried to set-up Firebase Crashlytics in my Flutter application. Everything works and crashes are collected properly now except for one thing. Crash-free monitor is not working and I really can do ...
0
votes
1
answer
1k
views
Integrating Crashlytics in a multi-module project
I have an Android project with a main module plus multiple other sub-modules. I integrated Crashlytics in the project successfully, by updating the project-level build.gradle and the main module build....
12
votes
1
answer
891
views
Crashlytics doesn't display native crashes
Before this gets marked as a duplicate, I have tried everything from all the possible questions.
Java crashes are reported properly, however crashes from the native libs don't have the debug symbols.
...
6
votes
4
answers
306
views
After Downloading app from google play store getting crashed?
My app is working fine when I build it from android studio. But the app is getting crashed when I download it from play store.
Kindly find the attached crashlytics report in which the error is focused....
1
vote
1
answer
704
views
Fabric plugin crash --> No such property: betaDistributionApkFilePath for class: org.codehaus.groovy.runtime.GStringImpl
I am not able to configure Crashlytics in my application.
Just when I apply the fabric plugin (plugin: 'io.fabric') and build, I get this error.
FAILURE: Build failed with an exception.
* What went ...
3
votes
1
answer
664
views
Fabric crashlytics new implementation not working | fabric.properties
The implementation to put the apiSecret and apiKey in the fabric.properties file isn’t working anymore.
Fabric properties file: app/fabric.properties
apiSecret=xx68f6074dxxxxxc11dxxx97c172e8ebf0
...
3
votes
0
answers
439
views
CrashlyticsUploadSymbols for Android native library suceeded but no symbols shown in Firebase console?
I'm trying to upload native symbols for external native library in Android app. All setup and it seems the crashlyticsUploadSymbolsRelease succeeded. I checked the crashlytics.log and it says that the ...
1
vote
2
answers
652
views
Flutter APK release build fails to upload to Fabric Beta
Having this issue only with Flutter builds. I've tried uploading both with the Android Studio Fabric plugin, and with Fastlane command.
When attempting to upload using the Android Studio Fabric ...
1
vote
2
answers
2k
views
Fabric: Failed to retrieve settings from crashlytics after moving the apiKey from AndroidManifest to fabric.properties
I want to hide my fabric apiKey and follow the guide in https://docs.fabric.io/android/fabric/settings/working-in-teams.html#android-projects.
After I move the fabric apiKey from AndroidManifest to ...
0
votes
1
answer
350
views
Fabric write Log to android logcat in addition to Fabric dashboard in Android
I am using Fabric crashlytics for crash reporting. Fabric write log to android logcat in addition to fabric dashboard. I want to disable android logcat messages, but found no such method.
1
vote
1
answer
247
views
Fabric and Crashlytics not working with Bazel build
I'am building an android app which uses fabric-crashlytics for logging all the crashes in devices.
This particular line of code:
Crashlytics crashlyticsKit = new Crashlytics.Builder()
...