All Questions

Filter by
Sorted by
Tagged with
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. ...
user avatar
  • 430
2 votes
0 answers
250 views

Wrong native callstacks

I'am having problems with crashylitics showing proper callstacks for native crashes. It used to work some time ago, but now callstacks either make no sense, or the names are missing. I have made sure ...
user avatar
  • 46.7k
0 votes
1 answer
63 views

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 ...
user avatar
  • 20.2k
1 vote
0 answers
64 views

Fabric NDK C++ header location

I'm trying to find the location of fabric header files for the NDK. I've set up the maven repositories as per the instructions on the fabric site and I imagine this ought to download the headers, but ...
user avatar
  • 1,696
4 votes
0 answers
239 views

Bogus NDK stack backtrace after upgrading to Crashlytics NDK 2.+

Looking for fabric support on an unwinding issue in the NDK stack trace after migrating from Crashlytics (2.6.8)/Crashlytics NDK (1.1.5) to Crashlytics (2.8.0)/Crashlytics NDK (2.0.0) and any newer ...
user avatar
1 vote
1 answer
629 views

did crashlyticsUploadSymbolsRelease actually work?

as followup on One line NDK crashlogs on android: Is there a way to make sure that the symbols have been uploaded correctly for current build?
user avatar
  • 54k
1 vote
0 answers
782 views

Crashlytics doesn't symbolicate android crashlogs

I'm using crashlytics-ndk with gradle plugin in my application. When I run ./gradlew crashlyticsUploadSymbolsRelease --info --debug it writes me that crashlyticsUploadSymbolsRelease is skipped: 20:...
user avatar
1 vote
0 answers
747 views

Crashlytics does not generate symbols for binaries in library modules

I have included crashlytics ndk support for my project. But when line numbers are missing in crashlytics report. I have pointed androidNdkOut and androidNdkLibsOut to the binaries in library project ...
user avatar
0 votes
0 answers
220 views

Can Crashlytics check NDK crashes in the library we are using

we are using Crashlytics but sometimes there're crashes not being reported. out project doesn't have NDK codes but we're considering are these crashes related to libraries we're used. we're using ...
user avatar
1 vote
1 answer
956 views

very slow fabric initialization in android debug

I am trying to integrate fabric (both crashlytics with NDK support and answers) on android and I got them working. However, when I try to debug my app, fabric take a long time (around 5 mn) to do its ...
user avatar
  • 810
1 vote
1 answer
828 views

Crashlytics NDK ClassNotFoundException on CrashlyticsCore when using NDK logging

I'm trying to get logging with Crashlytics-NDK to work on some JNI code in C++, but if I declare and define a crashlytics_context_t instance and run the app, I get a ClassNotFoundException: Didn't ...
user avatar
0 votes
1 answer
115 views

lib.so in android app and readable stacktrace in Crashlytics

I have compiled external C++ library in my project. Unfortunately, this library is crashing from time to time and stack trace in Crashlyics isn't readable. How to display readable stack trace for C++ ...
user avatar
  • 3,234
1 vote
1 answer
430 views

Crashlytics for ndk can't access system unwind

Crashlytics for ndk can't access system unwind with error info: Failed to find any usable unwinding libraries on the device, falling back to simple unwinding Maybe this failure caused that we only ...
user avatar
4 votes
2 answers
4k views

androidNdkOut and androidNdkLibsOut auto detection for library not working

Newest Fabric documentation says If using the Android plugin for Gradle version 2.2.0+ with the externalNativeBuild DSL, you should remove the androidNdkOut and androidNdkLibsOut properties, as ...
user avatar
  • 91
1 vote
0 answers
644 views

One line NDK crashlogs on android

We have application which depends on ndk library packaged as aar. Also this app builds it's own NDK code using cmake. We upload symbols using crashlyticsUploadSymbols<Flavor> task. And when I ...
user avatar
0 votes
2 answers
518 views

crashlyticsDidDetectCrashDuringPreviousExecution for crashlytics NDK

We are using crashlyticsDidDetectCrashDuringPreviousExecution to detect java crashes and report them to our bi systems, but our app is mostly C++ and we are using crashlytics NDK, we can't find ...
user avatar