crashlytics

Crashes in Google Play Developer console vs Crashlytics Console

点点圈 提交于 2019-12-30 06:46:34
问题 We have an Android App on Google play store . The Crashes & ANR section of the app lists only a handful of top crashes where as our Crashlytics console lists a total different set of crashes - I mean that only few of the top crashes in Crashlytics are same as one in Playstore. One of the reasons can be that our App is also distributed via an Enterprise store private to our customer's setup. 1. Do these crashes also get shown up in Google Play Dev Console ? 2. Also if I can get all the crashes

Crashlytics iOS - log caught exception

戏子无情 提交于 2019-12-28 05:16:27
问题 Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I found a way to log custom caught exceptions in the Crashlytics Android SDK, but I can't find anything like that for the iOS SDK. Is there a way to log a caught exception with Crashlytics on iOS? See Android explanation: http://support.crashlytics.com/knowledgebase/articles/202805-logging-caught

Crashlytics in iOS won't proceed past “Build Your Project” in Fabric app

女生的网名这么多〃 提交于 2019-12-28 01:50:13
问题 I'm installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc. I was experiencing an issue, so I removed the frameworks and decided to start over and try a fresh install. But the Fabric app updated to a newer version, and now when I try to reinstall Crashlytics into my app, it doesn't give me the option to reinstall the frameworks. It goes straight from clicking "install" to the "Build

iOS: '[Fabric] It appears that “Crashlytics” is not a valid Fabric Kit [duplicate]

旧街凉风 提交于 2019-12-25 18:21:10
问题 This question already has answers here : iOS (Fabric): Crashlytics crashing app on launch (4 answers) Closed last year . I have updated the Crashlytics but still I am getting this error on launch: Error: *** Terminating app due to uncaught exception 'FABException', reason: '[Fabric] It appears that "Crashlytics" is not a valid Fabric Kit. Please make sure you only pass Fabric Kits to [Fabric with:].' Here is my code : func application(application: UIApplication, didFinishLaunchingWithOptions

How to implement Fabric Crashlytics in Android with Bazel?

梦想与她 提交于 2019-12-25 02:18:38
问题 I am able to get crashes using Gradle but when I build the apk using bazel and run it, it crashes as soon as activity is started and in exception I am getting something like this, java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxx.app/com.xxx.app.ServerConfig}: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up, install an Android build tool and ask a team member to

EXC_Breakpoint when not forcefully unwrapping

本秂侑毒 提交于 2019-12-25 01:55:07
问题 I'm getting a crash EXC_Breakpoint which would indicate to me that there is a nil variable being unwrapped? The line of code it is pointing to is the definition of let obHeight : if let qs = Helper_Question.getSection(sid: self.sections[0].sid) { let obEnabled = Helper_Type.getId(id: tid)?.enableObservation == 1 for q in qs { let ans = Helper_Answer.getQuestion(aid: selectedAid!, qid: q.Id) var baseHeight : CGFloat = 300 switch(q.qtype){ case Constants.DEFAULT: let obHeight : CGFloat =

Disable Fabric AnswersKit when user opts out of analytics reporting

随声附和 提交于 2019-12-24 20:03:50
问题 I'm using com.crashlytics.sdk.android:crashlytics:2.5.5@aar version of crashlytics and I want to disable Answers automatic reporting when user opts out of analytics using our app setting. I noticed that when crashlytics is disabled using the below code, top level metrics like active users, sessions etc., are still being reported. This post How to disable Crashlytics Answers? explains how to disable answers events and custom events when user opts out, but I didn't understand how we can disable

Cannot initialize Crashlytics NDK

妖精的绣舞 提交于 2019-12-24 16:03:29
问题 I got a problem in initalizing Crashlytics for Android. The Java part works correctly but i cannot make NDK part to work because crashlytics_init() return a null value; My project/build.gradle buildscript { repositories { jcenter() google() maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'io.fabric.tools:gradle:1.24.4' classpath 'com.google.gms:google-services:3.1.0' } } allprojects { repositories { jcenter() google()

Fatal Exception: java.lang.IllegalStateException No activity

余生颓废 提交于 2019-12-24 12:19:06
问题 The Stacktrace I got in crashlytics fabric is as follows, Fatal Exception: java.lang.IllegalStateException: No activity at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1058) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1053) at android.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:1862) at android.app.Fragment.performActivityCreated(Fragment.java:1724) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:915) at

Fabric edits the project.properties

走远了吗. 提交于 2019-12-24 11:24:45
问题 I have integrated Fabric in my app. When I open the project.properties file now, it says - This file is now handled by Fabric . Now I cannot see the following line anywhere in the project.properties file proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt I am using in app billing in my app and for that I need to add -keep class com.android.vending.billing in the proguard-project.txt Now I am confused as - project.properties has no line mentioning the proguard