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.
856
questions
1
vote
1
answer
273
views
Only Crashlytics data is migrated from Fabric to Firebase, Analytics data isn't migrated
I migrated our previous crash data attained from Fabric to Firebase a few days ago. Firebase is now displaying the crashlytics related data from Fabric, however, the data related to analytics(latest ...
0
votes
1
answer
335
views
Migrate custom events created from Fabric into Firebase?
My existing iOS app have custom events logged in Fabric to verify user actions. Now I migrated from fabric into firebase. All Crashlytics issues are shown in firebase Crashlytics. But custom events ...
9
votes
2
answers
5k
views
Specified path for unstripped native libs is not a directory - generateCrashlyticsSymbolFileRelease
How I can define androidNdkOut and androidNdkLibsOut paths with new Firebase Crashlytics SDK?
When I try to run:
./gradlew clean assembleRelease uploadCrashlyticsSymbolFileRelease
I get next error:
...
1
vote
0
answers
35
views
User Engagement Fabric vs Firebase
With Fabric going away in March I know where I can find sessions easily in Fabric Engagement. I don't see engagement anywhere on my Firebase page. Could they have changed the name possibly? Any ...
0
votes
2
answers
2k
views
RCTLog.h file not found error in Xcode, after adding import files in React Native app for Fabric crashlytics logs
I installed Fabric with crashlytics in my React native app. Sometimes it is s a big problem to catch the error even if you have this setup in your app, because crashlytics don't show you the whole ...
1
vote
0
answers
163
views
Getting ANR report from Google Console with crashlytics-2.10.1
We're using this config :
answers-1.4.6.aar,beta-1.2.10.aar, crashlytics-2.10.1.aar, crashlytics-core-2.6.7.aar, crashlytics-ndk, 2.1.0.aar, fabric-1.4.7.aar
And getting this ANR log :
"...
0
votes
1
answer
306
views
Fabric / Crashlytics isn't reporting crashes on android
I have implemented fabric on my android app but it isn't reporting crashes on dashboard.
Here is my build.gradle
buildscript {
repositories {
google()
jcenter()
...
0
votes
1
answer
136
views
Crashlytics migration for Firebase ruins Twitter functionality from Fabric
I'm using the Twitter kit from Firebase
TwitterAuthConfig authConfig = new TwitterAuthConfig(BuildConfig.TW_CUSTOMER_KEY, BuildConfig.TW_CUSTOMER_SECRET);
Fabric.with(this, new Twitter(authConfig), ...
2
votes
2
answers
3k
views
Crash-free statistics monitor not working in Firebase Crashlytics in Flutter
I tried to set-up Firebase Crashlytics in my Flutter application. Everything works and crashes are collected properly now except for one thing. Crash-free monitor is not working and I really can do ...
1
vote
1
answer
278
views
Does Firebase migration require any source code modification?
Recently I have migrated one of my iOS apps from Fabric to Firebase using migration link shown in Fabric dashboard. Crashes are appearing fine in the Firebase console. Does that migration require any ...
1
vote
1
answer
79
views
Should I change dsym file uploading script when migrated from Fabric to Firebase?
Recently I have migrated from Fabric to Firebase for one of my iOS apps using migration link shown in Fabric dashboard. All the crashes are showing fine in the Firebase Console. Should I change dsym ...
0
votes
1
answer
478
views
Fabric Key For Twitter
I have working on one application in ionic 4 and angular 8 and That application is on social media actions handling and display the graph based on likes,posts,engagements,etc for different social ...
0
votes
0
answers
45
views
iOS fabric daily new user almost 0 recently
Crashlytics works, I can receive errors and events everyday.
The daily new user count for Android is normal, about 20K, but for iOS, the count is 0~5 for these months. The sdk is updated to the latest....
0
votes
2
answers
224
views
If I don't migrate my iOS apps from Fabric Crashlytics to Firebase
I have a lot of iOS apps that are using Fabric/Crashlytics. Will these apps continue to work even if I don't migrate from Fabric to Firebase? Also, Does migration from Fabric to Firebase requires app ...
2
votes
0
answers
73
views
EXC_CRASH (SIGABRT) CLSBetaController
I'm getting a crash on app launch from time to time which does not make it to Crashlytics, but I managed to get a .crash report and Symbolicate that against the .dsym. This is what I get:
Exception ...