Questions tagged [crashlytics-android]

448 questions
1
vote
0 answers

Get the last version of a crashlytics app in-app

I use crashlytics since a while now and I can't figure out a way to do a basic "check for updates" in my android app. Is there a way to get the last version id or date via an url ?
ageraud
  • 11
  • 4
1
vote
0 answers

Retrofit2 & Fabric, Crashlytics cannot be used

I am using Retrofit 2.0.2 and Fabric 1.21.6 in app.I am not able to request any api using retrofit as it gives the following error. I followed the solution stated in git : https://github.com/twitter/twitter-kit-android/issues/28 ,…
1
vote
1 answer

Robolectric 3 with Fabric Crashlytics

I am trying to ShadowClass Crashlytics/Fabric so that Robotlectric 3 tests do not fail. What I have so far is this: The custom test runner that adds the Shadow class for Fabric: public class TestRunner extends RobolectricGradleTestRunner { …
1
vote
1 answer

Crashlytics Android: app could not be located

To create an application and has built fabric.io. My app release 1.1 - everything works, statistics comes. My app released 1.2 - it does not work, the statistics do not come. When you come on the dashboard fabric.io: Alert! Sorry, the app could not…
0x131313
  • 2,107
  • 2
  • 15
  • 18
1
vote
0 answers

Fabric / Crashlytics : gradle needs to run twice

I am working on an app, and when building it using gradle in command line ("clean build" or even "clean installRelease"), I am facing the issue where Crashlytics fails to start : java.lang.RuntimeException: Unable to create application XXXXXXXX:…
1
vote
1 answer

Fabric Crashlytics with Phonegap Build

I have signed up for Fabric.io and want to use Crashlytics with my Phonegap Build project. I found the follow plugin: https://www.npmjs.com/package/cordova-fabric-plugin I feel as if all I should need is an API key and some other information from…
0
votes
1 answer

How to generate ANR report in Firebase Crashlytics Android?

My application is published in other distribution(Not play store), I want to generate ANR logs in Firebase Crashlytics Android. I am using firebase Bom library and its working in android 11 but not working in lower then 11 implementation…
Girish Patel
  • 1,270
  • 4
  • 16
  • 30
0
votes
1 answer

Reporting logcat output to Firebase upon crash

I'm looking to improve and get better insights into the apps behaviour right before a crash. In the production we have a lot of Timber.d and Log.XX calls issued but it is not possible to currently see the full application's log-stack in Firebase…
0
votes
1 answer

Fetch Firebase Crashlytics logs using Github Actions

I am using Github actions in my project for CI/CD. I want to fetch top crashes from Firebase crashlytics but somehow I can't seem to find a way to do it. Basically, it would be a cron job, I don't need help in creating a cron job using Github…
MXC
  • 458
  • 1
  • 5
  • 21
0
votes
1 answer

firebaseAuth=FirebaseAuth.getInstance(); crashing the application in android studio

i am creating a page for my chatting application and i encountred with a problem. i am trying to connect my apk to firebase and using firebaseAuth=FirebaseAuth.getInstance(); gradle build succesfully apk build succesfully apk instal on device…
0
votes
0 answers

MediaPlayer setDataSource with uristring causes NullPointerException

Hey Dev's, I'm facing a problem with my Android App which is live on the google play store and keeps crashing on different devices and versions. "Caused by java.lang.NullPointerException uriString" on this file VideoPlayerActivity.onCreate…
0
votes
1 answer

I’m not seeing crashes in Firebase Crashlytics in Android

01-05 09:41:34.872 21340 21340 I FirebaseCrashlytics: Initializing Firebase Crashlytics 18.2.6 for com.pandadastudio.ninjamustdie.tc 01-05 09:41:34.877 21340 21340 D FirebaseCrashlytics: Crashlytics automatic data collection ENABLED by API. 01-05…
xiaoxiao
  • 1
  • 1
0
votes
1 answer

Could not determine the dependencies of task ':app:preDevelopmentDebugBuild' Error in Android

When I update my crashlytics library from: implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' TO: implementation 'com.crashlytics.sdk.android:crashlytics:17.2.2' I am getting error: Could not determine the dependencies of task…
Shubham Vyas
  • 59
  • 1
  • 1
  • 10
0
votes
1 answer

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 removed. Is there any way to do for the android…
Rafael Lima
  • 3,079
  • 3
  • 41
  • 105
0
votes
1 answer

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 process.