crashlytics

Disable importing of Crashlytics

假如想象 提交于 2019-11-29 14:26:07
问题 I just recently integrated Crashlytics into my App. But I am having a "problem": Its always enabled On their page (and in various stackoverflow threads) its said to turn it off I have to include ext.enableCrashlytics = false into my build.gradle. So my buildTypes look like the following buildTypes { debug { applicationIdSuffix ".debug" versionNameSuffix "-DEV" ext.enableCrashlytics = false } release { minifyEnabled false //TODO:Switch to true and add Proguard config to release proguardFiles

Fabric/Crashlytics NoClassDefFoundError only on certain devices

百般思念 提交于 2019-11-29 13:37:06
I'm seeing a crash in Google Play related to Fabric/Crashlytics. This happened after I updated from normal Crashlytics to the new Fabric Crashlytics. I can only reproduce it on one of my devices (Galaxy S2). All other devices that I have (Nexus 5 and S4) do not have the crash. Here's the stack trace: 08-19 09:32:26.328 7084-7084/com.tsm.countryjam D/dalvikvm﹕ WAIT_FOR_CONCURRENT_GC blocked 0ms 08-19 09:32:26.653 7084-7088/com.tsm.countryjam D/dalvikvm﹕ GC_CONCURRENT freed 251K, 12% free 9567K/10823K, paused 12ms+2ms, total 70ms 08-19 09:32:26.653 7084-7084/com.tsm.countryjam D/dalvikvm﹕ WAIT

Migrate Fabric's Crashlystic data to Firebase

ⅰ亾dé卋堺 提交于 2019-11-29 11:53:12
As the title, I need to migrate all existing data from Fabric's Crashlytics to Firebase. The problem here is after migrating, If I remove fabric key in AndroidManifest, My app can't push the crash report to firebase's Crashlytics anymore. But when I create Firebase's Crashlytics from the beginning (without Fabric migrate) They recommend me to remove existing Fabric key to make it work. Is it ok? Mike from Fabric here. Yes, now is a good time to start linking and migrating to Firebase. 来源: https://stackoverflow.com/questions/49725108/migrate-fabrics-crashlystic-data-to-firebase

Unable to build Android app FabricGenerateResourcesDebug

别等时光非礼了梦想. 提交于 2019-11-29 09:27:55
I'm trying to integrate twitter's sdk with my app. I'm following this guide . Unfortunately, when I try to build my project, I keep receiving this error: Error:Execution failed for task ':app:fabricGenerateResourcesDebug'. Crashlytics Developer Tools error. Unfortunately because I don't have 10 reputation, I can't post my build.gradle file because it has links in it. Just trust the fact that it looks just like the build.gradle example in the top link provided. Is there something that I'm missing that I may have overlooked? Your problem should be caused due to that you did not create a

Crashlytics Error:(11, 0) Plugin with id 'io.fabric' not found compile lib

随声附和 提交于 2019-11-29 07:03:06
问题 I am getting the error, Error:(11, 0) Plugin with id 'io.fabric' not found when trying to run crashlytics on my project. 回答1: I faced the same issue, when tried to use Fabric plugin for android studio(automated code generation by plugin).I followed this documentation also. And finally, I could see there were some missed lines in build.gradle. So this is the top level project build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules.

issue with uploading dSYM to crashlytics

为君一笑 提交于 2019-11-29 07:02:22
问题 To upload dSYM to crashlytics, I have following setup but not able to get dSYM uploaded. In my target -> build phases -> Run Script ./Fabric.framework/run KEY SECRET echo "working" ./Crashlytics.framework/run KEY SECRET In Report navigator 2015-03-27 11:45:32.868 run[12108:507] Fabric.framework/run 1.3.13 working 2015-03-27 11:45:36.000 run[12109:507] Crashlytics.framework/run 1.3.13 In my app fabric.io dashboard Missing dSYM What i'm missing? 回答1: If you have bitcode on because you want app

How to disable Crashlytics Answers?

試著忘記壹切 提交于 2019-11-29 06:40:54
Disabling Crashlytics error reporting is relatively straight forward. . I'd also like to disable Answers for debug builds. However, new Crashlytics.Builder().answers(null); doesn't work since apparently answers can't be null and new Crashlytics.Builder().answers(new CustomAnswers()); with CustomAnswers being my class extending Answers gets me a NPE when calling Answers.getInstance() . But that approach is cumbersome to begin with compared to simply calling some enable() method. Any ideas? On a side note, I really hope Fabric is going to update and improve their docs soon. on my app we do it

Crashlytics with iOS 9 Unable to Download App

泪湿孤枕 提交于 2019-11-29 05:53:51
问题 I am getting the following error: Unable to Download: APP_NAME could not be installed at this time [Done/Retry options] I am on iOS 9 Beta v5. Will I not be able to install any versions of my app from Crashlytics because I am using iOS 9? 回答1: We started to have this problem after renewing our apple developer membership. I fixed by deleting the iOS Provisioning Profiles through the apple website and generated new ones. I've also resetted my XCode cached data: rm -rf "$(getconf DARWIN_USER

Disable “Answers” but not “Crashlytics”

拟墨画扇 提交于 2019-11-29 03:57:20
When installing "Crashlytics" in my Android App, it automatically installs "Answers". I only want to install "Crashlytics" and want to have "Answers" disabled. Does anyone know how to do that? build.gradle dependencies { compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true; } Thanks! Mike from Fabric and Crashlytics here. As you saw, Crashlytics by default includes Answers. If you don't want Answers enabled on your app, then you want to invoke CrashlyticsCore() when building your app instead of Crashlytics . For example, have these as your imports: import com

Xcode Bitcode, Include Symbols settings effect on dSYM generation

安稳与你 提交于 2019-11-29 03:53:13
问题 Since I use Crashlytics to handle my crashes, I always uncheck the “Include app symbols for your application to receive symbolicated crash logs from Apple” and keep the "Include Bitcode" one checked (future proof for Apple Watch) before submitting my app to iTunes Connect like this : Crashlytics has an article about issue with Bitcode and missing dSYMs : https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#bitcode-download According to their screenshot, to download the new generated