Questions tagged [crashlytics-android]
448 questions
0
votes
0 answers
Not able to login to Fabric.io via Android Studio
I am not able to login to Fabric site from within the Android Studio.(3.0). - It says Unable to conenct to the internet.
Though I can login via google chrome.
I have all ready put the correct proxy settings in the Android Studio as I can test it…

Raulp
- 7,758
- 20
- 93
- 155
0
votes
0 answers
Could we get info from `new CrashlyticsNdk()` to know OK or not in java code?
I have the same issue like
Cannot initialize Crashlytics NDK and
Crashlytics ndk fails to load .
Could we get info from new CrashlyticsNdk() to know OK or not in java code?
the project https://github.com/mapsme/omim uses…

sevenjay
- 11
- 3
0
votes
0 answers
Crashlytics causing RuntimeException on Android (Crashes do not showing on dashborad)
I'm trying to set Crashlytics on my app.
I downloaded and installed the plugin for Android Studio, created an Account and successfully integrated it to my app - I can login and see the dashboard and I can see my application, but can't see any…

sharonooo
- 684
- 3
- 8
- 25
0
votes
0 answers
Fabric 'Answers' not picking up in android app
I'm using crashlytics + twitter kit + answers in one of my android projects. The answers is not picking up the events, in fabric.io it says it's waiting for my first event.
Here are my dependencies :…

msecilmis
- 348
- 2
- 11
0
votes
0 answers
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 several libraries including old NDK codes .
So can…

朱饼饼
- 31
- 3
0
votes
1 answer
Latest fabric gradle plugin fail to send mapping obfuscation files
Latest classpath 'io.fabric.tools:gradle:1.24.3' fails to send mapping obfuscation files. Version 1.24.2 works fine.
> Task :presentation:crashlyticsGenerateSymbolsV21PlayRelease
ERROR - Crashlytics Developer Tools…

ar-g
- 3,417
- 2
- 28
- 39
0
votes
1 answer
Java - Create anonymous Exception subclass with a certain name
We're using Fabric / Crashlytics for sending non-crash issues to their servers and later checking out the logs and stacktraces.
Unfortunately, the Crashlytics API requires to use a different Exception subclass instance for different issue types. (In…

keyboard
- 2,137
- 1
- 20
- 32
0
votes
1 answer
Get custom requests from Crashlythics
I saw in the fabric crashlythics dashboard they use a lot of graphql, I was wondering if there was any documentation available to create your own overviews because sometimes it takes too much time to click everywhere. And I also want to show it on…

Spidfire
- 5,433
- 6
- 28
- 36
0
votes
1 answer
Do I need to initialize Crashlytics if I need to log non-fatal exception?
Before I called the method
Crashlytics.getInstance().core.logException(new Exception("..."))
Do I need to initialize Crashlytics like this
Fabric.with(this, new Crashlytics());
though I've initialized in the main screen?

Dayo Choul
- 861
- 2
- 9
- 23
0
votes
0 answers
How can I use the "fvisibiltiy=hidden" option on the Crashlytics-ndk?
How can I use the "fvisibiltiy=hidden" option on the Crashlytics-ndk?
It's a different problem than a symbol.
If this option is used, no module offset can be found.
Crashlytics report:
Crashed: com.me.fabrictest|
0 libnative-lib.so …

Yong-bin Jeong
- 77
- 3
0
votes
1 answer
Gradle error: Execution failed for task ':crashlyticsGenerateSymbolsArmRelease'. > Crashlytics Developer Tools error
I had setup crashlytics to get ndk crashes for my Android app. Crashes are getting recorded in crashlytics but I am not getting the line numbers.
Went through:…

Harminder Singh
- 1,577
- 1
- 11
- 19
0
votes
0 answers
Dependency Error with Crashlytics and ProGuard
I'm using Crashlytics on my project and it works fine. Except when I set the flag minifyEnabled to true and I get following error:
Error:Could not determine the dependencies of task
':app:crashlyticsStoreDeobsProdRelease'.
> Task with path…

RobertoAllende
- 8,744
- 4
- 30
- 49
0
votes
1 answer
Crashlytics show credentials only for some crashes for Android devices
When users log into our application, we set email and id of the user using:
Crashlytics.setUserIdentifier(id);
Crashlytics.setUserEmail(email);
But these credentials rarely occur in crash reports.
Is there anything specific…

vandus
- 3,248
- 3
- 30
- 44
0
votes
1 answer
Crashlytics not working with Ant
I am implementing crashlytics with Ant. Imported the jar and required ant scripts. However the package name is not found when building the apk. Back to documentation provided by Fabric
https://crashlytics.com/downloads/ant,
Seems like it's…

chunhoong
- 105
- 1
- 10
0
votes
1 answer
Initialise Crashlytics error reporting by itself without Answers etc
I want to initialise CrashlyticsCore, which just has error reporting, not Crashlytics, which has automatic built in usage reporting.
I have found this answer:
How do i initialize the new version of crashlytics?
Which says to do…

joe_deniable
- 2,562
- 3
- 28
- 38