Questions tagged [crashlytics-android]

448 questions
0
votes
0 answers

separate dev and prod crashlitics reports

I created two database on firebase (Prod and Dev environment). I linked the first crashlitics with my app. I would like to link my second database too. It doesn't work, dev environment crashlitics does not recognize my app when i build and launch.…
0
votes
0 answers

Can't upload my app to Fabric, CrashLytics

Android Studio 3.6 Can't upload to Fabric In my Main.kt private fun initFabric() { val crashlyticsKit = Crashlytics.Builder().core(CrashlyticsCore.Builder().disabled(BuildConfig.DEBUG).build()).build() Fabric.with(this, crashlyticsKit,…
Alexei
  • 14,350
  • 37
  • 121
  • 240
0
votes
0 answers

Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/ with Setup new firebase app in react-native-firebase

I have install react-native-firebase for setup crashlytics everything fine but when run app got issue like "Crashlytics reports Failed to retrieve settings from https://settings.crashlytics.com/" Can you please help me if any step or setting missing…
0
votes
1 answer

Migrating App to Android X for Firebase Crashlytics, stopped installing on 7.1.1 (SDK 25)

I have an app with support libraries at version 28. Excerpt of gradle below: android { compileSdkVersion 28 defaultConfig { applicationId "XXXX" minSdkVersion 21 targetSdkVersion 28 versionCode 112 versionName "XXXX" …
Maurizio Macagno
  • 760
  • 4
  • 15
0
votes
1 answer

Crashlytics not reporting, Result was 202

I've checked for possible duplicate and found one, but having implemented his solution and not finding any luck, thought I'd ask the experts. Crashlytics has been setup on my app properly. But it isn't reporting the errors in my dashboard. I've…
ibyte
  • 463
  • 4
  • 17
0
votes
0 answers

Program type already present: android.support.v4.app.INotificationSideChannel$Stub$Proxy- unable to resolve this issue

I am trying to implement crashlitics in my android app but the problem is whenever i am running the app i am getting above error .kindly help me to get it resolved . i also added multidex enabled true and i am using following below dependencies…
0
votes
1 answer

How to log two Crashlytics Exceptions at a time

I'm using Crashlytics and would like to send 128 KB of data up to the cloud using logException. Since Crashlytics has a max of 64 KB / exception, I call logException twice with different throwable instances. However, when restarting the app, only…
user1114
  • 1,071
  • 2
  • 15
  • 33
0
votes
1 answer

Firebase crashlytics not submitting exception

So i just added Firebase crashlytics in my app. I use Retrofit to make api calls to and i made an interceptor that checks if there is an internet connection and if not it throws a custom exception private val appContext =…
pavlos
  • 547
  • 1
  • 9
  • 23
0
votes
0 answers

Does crashlytics support react-native applications in production

Does fabric crashlytics supports react native application with release apks. i have added fabric crashlytics to my app but the errors are not showing original file name where the error occured.After doing some research i found that we have to…
ramesh m
  • 151
  • 2
  • 13
0
votes
0 answers

crashlytics keeps registering exception after code removed

This problem sounds really weird and it looks is somehow my mistake but isn't I use crashlytics to keep logs and track exception of the usage of my app for that i created a lib in the log4j interface which simple calls the crashlytics methods for…
Rafael Lima
  • 3,079
  • 3
  • 41
  • 105
0
votes
1 answer

Daily new users Identity in Fabric plugin for Android - crashlytics

How does the daily new users active figure calculated?Does it mean that these users are the first timers? Is there any documentation which explains these words like : Monthly Active Daily Active Daily New Crash-free Users Total Sessions Is there a…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
1 answer

Is it possible to use crashlytics without firebase?

I'm new with Java and Android apps, that's why my questions might look strange, but... I've migrated my application from Firebase to MongoDB, that's why I'm thinking about replacing Crashlytics with something else. Here I have a few questions: Is…
pythonista
  • 55
  • 1
  • 7
0
votes
1 answer

Upload & Check DSYM on fabric (Crashlytics-Android)

I recently used Crashlytics to crash monitor an Android application. All crash log that reported on Fabric cannot be read (all missing, unknown). I suspect that the DSYM file isn't uploaded correctly. My questions are: Is there a way to check on…
0
votes
1 answer

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.
Ali
  • 1,857
  • 24
  • 25
0
votes
0 answers

Flutter android app is crashing with firebase cloud messaging

I am using flutter and firebase_messaging in my app. When I run my app locally, everything is running properly both in the emulator and real device. However, if I build (flutter build apk -debug) the app and run the same in a real device or…
Jak
  • 2,893
  • 3
  • 19
  • 33