Questions tagged [crashlytics-android]

448 questions
0
votes
1 answer

Collect logs from system classes

I'm working on an app that uses Android's MediaMuxer for recording the screen. Using Crashlytics, a significant number of users have the "Failed to stop the muxer" crash, but I can't reproduce it locally on any of my devices. According to another…
PM4
  • 624
  • 1
  • 5
  • 18
0
votes
0 answers

Fabric - Crashlytics Console Does Not Show Logs

I am experiencing an issue with Fabric and Crashlytics that I can't seem to figure out and I was hoping someone could help me. My Android app doesn't seem to send logs and properties on a fatal crash when it's deployed in Google Play. This is…
JPM
  • 1,482
  • 5
  • 18
  • 25
0
votes
1 answer

Crash in for loop (Android NDK)

I have the following code ( from a class member function of mine): this->mLengOfPath = mFirst->mLengOfPath + mSecond->mLengOfPath; unsigned short* data = mMiddle->mPathContainer; mMiddle->mLengOfPath = 0; …
0
votes
0 answers

Firebase crashlytics does not report all the crashes

I have integrated the Firebase Crashlytics in my project. It worked fine when I tested the integration. A few crashes are reported there. But I noticed that not all app crashes are being reported in Firebase console. There are a few crashes that I…
Amey Bhandarkar
  • 511
  • 2
  • 5
  • 14
0
votes
0 answers

Change application ID for Crashlytics

I change my application id as part of my build process depending on the build type (Changing only Application ID, not package name). However my Fabric crashes are all going to the same app. I suppose this is because Fabric looks at what is defined…
A J
  • 1,080
  • 7
  • 11
0
votes
0 answers

How do I integrate Crashlytics into my Android application with JNI/NDK?

I have an Android app that has C++ code in it. I am trying to use Crashlytics for error and crash reporting. I am doing it manually instead of using the plugin since it does not seem to be compatible with Android Studio 3.X. I am using the Gradle…
0
votes
1 answer

Crashlytics not working in android 4.4

I need help so that my app can run in version 4.4 or lower since I am doing the test in the emulator called nox player and it crested me taking the following log (attached file) as you can see it is a mistake in the library, I have installed the…
0
votes
1 answer

How to get the complete Report from the Crashlytics

Curerntly to figure out the affected smartphones from the crashes I have to go to each crash and select the manufacturer make and then thier models as attached. Is there a way to look at or download the consolidated crash report stating all the…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
0 answers

Crashlytics Android ndk doesn't initialize

From my C code in the Android NDK app, I'm trying to initialize Crashlytics but it's returning NULL. LOGW ("Initializing Crashlytics"); crashlyticsContext = crashlytics_init(); LOGI ("crashlyticsContext: %lx", (uint32_t) crashlyticsContext); In the…
David Buck
  • 2,847
  • 15
  • 16
0
votes
1 answer

Make multiple apps report as the same app

I have an app which is sold as a whitelabel product. The apps are identical, even down to version number. The only difference is some assets. I would like all of these apps to report to Crashlytics as if they were my main app, so all my stats are…
Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127
0
votes
1 answer

Crashlytics Android NDK: externalNativeBuild DEBUG crash symbolication works RELEASE not

Crashes in C++ code are working for Debug builds in Crashlytics but not for Release builds. It looks like that there is nothing uploaded/generated on crashlyticsGenerateSymbolsRelease (takes only seconds). Debug takes about 7 minutes to generate. I…
0
votes
1 answer

Crashlytics NDK for external subproject dependency

I'm trying to implement Crashlytics for my project which uses NDK/JNI. However the JNI part is in a project loaded externally like this in settings.gradle: include ':app', ':core' project (':core').projectDir = new File(rootDir, '../core') I read…
0
votes
1 answer

Fabric suddenly shows 0 values

From today morning, fabric dashboard has started showing 0 values in our android application. So right now it shows 0 Daily Active users, 0 Daily New Users, 0% Adoption of our latest version. 0.0 Median total time spent in app. Just the active…
Gaurav Vashisth
  • 7,547
  • 8
  • 35
  • 56
0
votes
1 answer

How to detect cause of this crash from Crashlytics?

Suddenly my app started to crash enormously. I checked Crashlytics report but it doesn't tell me much. This is what it says, hopefully someone could give me a hint if had same/similar problem..
user8789149
  • 121
  • 4
  • 12
0
votes
0 answers

Install Beta By Crashlytics On Custom ROM

Background: We have a POS Android Terminal with custom Firmware and OS. For apk installation on the device we are using tool provided by the manufacture which digitally signs the apk. Problem: I signed the Beta By Crashlytics app using our tool and…
Adolf Dsilva
  • 13,092
  • 8
  • 34
  • 45