Questions tagged [google-fabric]
Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.
343
questions with no upvoted or accepted answers
16
votes
0
answers
3k
views
Crashlytics asks for dSYMs with UUIDs that don't match my app
I uploaded a new version 1.1 of my app to iTunesConnect and caused a couple of test crashes with Crashlytics. I added, via the Upload Symbols Script, the dSYMs that I downloaded from iTunesConnect ...
14
votes
0
answers
998
views
Crashlytics iOS Build installs very slow
We have been using Crashlytics (Fabric) for iOS Builds distribution for so many months. But recently We are experiencing wired behavior with one app.
While we are trying to download the app, ...
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.
...
11
votes
0
answers
2k
views
FirebaseCrashlytics auto upload-symbols problem
I'm trying to implement new FirebaseCrashlytics in my iOS app and having some issues and some things are not clear at all.
As per Upgrade doc in step 3, I have to add following run script:
${...
11
votes
0
answers
484
views
Crashlytics.app add new app stuck on "Add Run Script" step
Found Crashlytics.app issue. App not handling Xcode Build Success notification.
To resolve this issue set "Build Settings -> Debug information format -> DWARF with dSYM File" for Debug mode.
10
votes
0
answers
871
views
How to immediately submit any pending non-fatal Crashlytics logs
According to the documentation:
To reduce your users’ network traffic, Crashlytics batches logged
exceptions together and sends them the next time the app launches.
I would like to a trigger a ...
9
votes
3
answers
764
views
Crashlytics Generate Symbols gradle step fails: GC Overhead Limit Exceeded
I'm converting a project from gradle version 3.3 to 4.10.1. This project is mostly C++ code built using a custom build step - not CMake (externalNativeBuild) or Android.mk(ndkBuild). It produces the ...
9
votes
1
answer
446
views
Crashlytics reports with Swift methods are hard to read
I recently discovered problems reading Crashlytics reports for crashes in Swift code.
In the picture below you can see what happend to the method names. I've highlighted the interesting information in ...
9
votes
1
answer
957
views
Firebase won't show me Crashlytics details without linking Fabric app
I set up a new project with Firebase and enabled Crashlytics crash reporting. My Firebase console is showing crashes (so I know the SDK is configured properly):
However, when I click on the crashes, ...
8
votes
0
answers
285
views
Fabric build in Android Studio will generate folder "true" under project root folder?
I am using Fabric in my project which works well. But I found a problem, when I start the fabric build, sometimes it will generate a new folder named "true" under project root folder, which contains ...
8
votes
1
answer
3k
views
Using Firebase Crashlytics and Fabric Answers
I would like to use Firebase Crashlytics and Fabric Answers together.
According to this link, in order to setup Fabric Answers, we need to include Fabric API key.
This link doesn't mention any need ...
7
votes
0
answers
558
views
Unable to create layer for Linear Layout in android version 9
In fabric crashlytics logged this exception just in version android 9 and device Galaxy J6+ Galaxy J4+ and HMD Global Nokia 2.1.
MessageQueue.java
android.os.MessageQueue.nativePollOnce
Fatal ...
7
votes
1
answer
673
views
Crashlytics support for macOS
I have a few queries on Crashlytics for Mac OS X.
Are both Crashlytics and Answers free or do we need a licence for their use? Does it require some licence after it reaches a certain number of ...
7
votes
0
answers
579
views
Low download speed in Beta ios (Fabric)
In our work we use fabric to share builds to the testes.
On iOS devices we use Beta app.
Last days builds started downloading for too long. We check all connections on our side, everything ok. Than ...
6
votes
1
answer
2k
views
Crashlytics is reporting wrong line numbers
In the past few weeks I've been seeing a lot of crashes with line numbers in the import statement lines.
For example this stacktrace with a crash at line 2
Fatal Exception: java.lang....