Questions tagged [crashlytics-android]

448 questions
0
votes
1 answer

How to use native API from fabric crashlytics?

I'm seeing native crashes on my Android app, but I'm able to search them directly. What I did for regular java exception crashes was add the User ID as one of the keys, so that I can search on each crash later. However, it seems that this doesn't…
David T.
  • 22,301
  • 23
  • 71
  • 123
0
votes
2 answers

Crashlytics not showing the logs

In my android project I'm using Crashlytics to get the app crash reports.I have also added the logs to see it in my dashboard.For adding logs I've used Crashlytics.log (Log.ERROR, TAG, message); So when I run the app for testing,and open the…
Neha
  • 389
  • 4
  • 8
  • 24
0
votes
1 answer

Fabric crashlytics with react native error

I'm working in integrating Fabric crashlytics in android react native app following this tutorial. But after installing Fabric package using react-native install react-native-fabric I try to lunch the app with npm run android I got this error: A…
Achraf
  • 347
  • 1
  • 5
  • 17
0
votes
1 answer

SecurityException: Permission Denial even when I am taking runtime permission

I am getting below exception on Crashlytics from multiple devices with Android 7.0- Caused by java.lang.SecurityException: Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/video/media from pid=7070,…
0
votes
1 answer

Fabric- Android crashes mentioned in Latest Release screen are not displayed in Crashlytics screen

My android application has crashed. Then I login to Fabric (https://fabric.io/login) to see crashes.In the Latest Release screen, it says "Needs Investigation" and in the Stability section of the screen 5 crashes is reported. Here is the screenshot…
mhendek
  • 273
  • 2
  • 5
  • 16
0
votes
2 answers

Crashlytics and default exception handler

I am using crashlytics for my android project, my requirement is that upon an app crash, I want to my own custom feedback activity and I also want to log this as a fatal exception in crashlytics. I tried approaches in the accepted answer…
0
votes
1 answer

Crashreport for c++ library show missing

I have configured build.gradle and Application to make Crashlytics works. But not able to figure out why the c++ code is showing "missing" and no any detail information(line number, call stack). "./gradlew…
roc
  • 41
  • 7
0
votes
1 answer

after updating to Android Studio 3.2 Preview - project showing error Could not find method create()

error is Could not find method create() for arguments [crashlyticsStoreDeobsDevRelease, class com.crashlytics.tools.gradle.tasks.StoreMappingFileTask, com.android.build.gradle.internal.scope.BuildArtifactsHolder$FinalBuildableArtifact@6eebf4be] on…
APP
  • 445
  • 1
  • 3
  • 16
0
votes
1 answer

No such property: betaDistributionApkFilePath for class: java.lang.String

I have found little glitch in crashlytics/fabric setup in gradle which took 2 hours of my poor life. first of all i did everything they said in this guide: https://fabric.io/kits/android/crashlytics/install and here is the piece of code which…
0
votes
4 answers

Android: Disabling crashlytics for debug build

I just wanted to disable crashlytics for debug build. So I followed the instruction in their official document. https://docs.fabric.io/android/crashlytics/build-tools.html According to the document, I have to do followings so I did it. First I added…
Lee Jeongmin
  • 793
  • 11
  • 22
0
votes
1 answer

Global settings for custom firebase crashlytics

I want to send custom crash log (like userid, name, etc) on every crash so we can trace back which user experience crash. My question is that how can I set custom crash report at a single place and automatically send on every crash?
Lin Lin
  • 259
  • 2
  • 14
0
votes
0 answers

App version shows as 0.0(0) after uploading to Fabric Beta

I'm manually uploading the build in Crashlytics Beta. But the version number always shows as 0.0(0) like mentioned in this post. (Please don't mark as duplicate as this is a bit different as this occurs even with manual upload) I'm using Android…
Rakesh
  • 1,205
  • 1
  • 14
  • 33
0
votes
0 answers

crashlyticsGenerateSymbolsRelease - StackOverflowError

A few weeks ago we had a problem - plugin crashlytics used in our build was crashed with message: :packageRelease :crashlyticsStoreDeobsRelease :crashlyticsUploadDeobsRelease :lintVitalRelease :assembleRelease :crashlyticsGenerateSymbolsRelease…
0
votes
1 answer

Firebase Crashlytics only works while deployed via USB

The title speaks for itself I think. I can't understand why this happens, but Firebase Crashlytics only logs crashes while the device is plugged in. Please help, as I'm fed up. EDIT: Crashlytics core also throws a TimeoutException
0
votes
0 answers

Crashlytics empty stacktrace in android

I faced with problem in crashlytics ndk stacktrace parcing. All or particular lines in stacktrace is "missing". I simulated crash on device ( nullptr SIGSEGV ) and got human frienly stacktrace in logcat with correct functions names. At next session…
nizhney
  • 81
  • 1
  • 7