crashlytics

Fabric plugin incompatible with Gradle 4.4 +

走远了吗. 提交于 2019-12-07 12:14:55
问题 Recently I have had to update my project to use Gradle 4.4 from 4.1. i.e. distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip in my gradle-wrapper.properties file. However, this is incompabitble with the fabric plugin apply plugin: 'io.fabric' As since the gradle update, I now get build errors when syncing my project. Such as: Error:Could not get unknown property 'manifestFile' for task ':Module:generateVariantFlavorRFile' of type com.android.build.gradle.internal

How to report third party NDK crashes using crashlytics

痞子三分冷 提交于 2019-12-07 09:31:37
问题 I am getting the following NDK crash report from Google Play Console, but not in Crashlytics. #00 pc 0000000000049c44 /system/lib/libc.so (tgkill+12) #01 pc 00000000000473e3 /system/lib/libc.so (pthread_kill+34) #02 pc 000000000001d535 /system/lib/libc.so (raise+10) #03 pc 0000000000019081 /system/lib/libc.so (__libc_android_abort+34) #04 pc 00000000000170e4 /system/lib/libc.so (abort+4) #05 pc 000000000000c3a1 /system/lib/libcutils.so (__android_log_assert+112) #06 pc 000000000002352d

On iOS, how to disable popup that reminds new versions and updates in old versions from Crashlytics Beta

我怕爱的太早我们不能终老 提交于 2019-12-07 07:56:42
问题 This is regarding the iOS Enterprise apps downloaded from Crashlytics Beta Platform. Whenever there're new versions uploaded, when the old apps are launched, there will be popup that reminds user of new versions and updates in Crashlytics Beta. This seems to be automatically added by Crashlytics Beta. Just want to ask, is it possible to disable the popup so that testers can keep using the old app to do regression test? We couldn't seem to be able to find any configurations or settings about

Disable firebase crashlytics for Android

ぃ、小莉子 提交于 2019-12-07 05:14:59
问题 I am developing an android app and have integrated the firebase and firebase crashlytics SDK. I want to allow the user to disable crash reporting (to ensure GDPR compliance - I assume crash reports are related to GDPR) so need a way for the user to be able to disable it via the apps settings. I found the docs at https://firebase.google.com/docs/crash/disable-sdk but when I try and the line: FirebaseCrash.setCrashCollectionEnabled(true); Android Studio gives me the error cannot resolve symbol

ios app crash on startup

喜欢而已 提交于 2019-12-07 03:27:15
问题 I started using crashlytics for my iphone app, and it seems that it crashes for some users during startup (or what I am guessing is startup). Here is the stack trace: Fatal Exception: NSInvalidArgumentException -[NSNull rangeOfCharacterFromSet:]: unrecognized selector sent to instance 0x19687eba0 Thread : Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x00000001854aa59c __exceptionPreprocess + 132 1 libobjc.A.dylib 0x0000000195bfc0e4 objc_exception_throw + 60 2 CoreFoundation

How to Disable Crashlytics/Fabric at Runtime when User Changes Preferences

梦想与她 提交于 2019-12-07 03:13:21
问题 I am using com.crashlytics.sdk.android:crashlytics:2.3.2@aar version of crashlytics and i disable crash reporting if user opt out. I tried this solution but still it is not working, crash reports are still being sent to Fabric. I am doing it as: Preference errorReportingEnabled = findPreference(MatlistanPrefs.BUGREPORTS_SEND_AUTOMATICALLY); errorReportingEnabled.setOnPreferenceChangeListener(new OnPreferenceChangeListener() { @Override public boolean onPreferenceChange(Preference preference,

Beta by Crashlytics - Package appears to be corrupted

懵懂的女人 提交于 2019-12-07 00:11:56
问题 I recently developed an app for a client and now have to share it on Crashlytics for a Beta. I did this many times in the past but with this app, there's a problem. When I upload my app on Crashlytics Studio's plugin, there's no error. The email is correctly delivered to testers. But at the end of the installation, it says "The package appears to be corrupted" . This is the first time I see this and I don't know what to do. I try with all this type of APK: - debug (unsigned) - release

Error while uploading symbols to Firebase Crashlytics

余生长醉 提交于 2019-12-06 23:47:28
I set up a firebase project with crashalytics and I can see Java and NDK crashes on the Dashboard. I am trying to upload symbols as per https://firebase.google.com/docs/crashlytics/ndk-reports#upload_native_symbols . I also tried following blogs like https://medium.com/@aungkyawmyint_26195/setting-up-ndk-crashlytics-android-11ad775676f7 , but have been unsuccessful so far. Here is my environment Android Studio 3.5 Build #AI-191.8026.42.35.5791312, built on August 8, 2019 JRE: 1.8.0_202-release-1483-b49-5587405 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.6 implementation

Android Studio Debugger Application Crashes with InterruptedException

馋奶兔 提交于 2019-12-06 18:21:59
问题 While working today, it seemed as if suddenly I could no longer debug our application. The funny thing is, if I ran the app normally it would work just fine. To clarify, I was running the debugger all morning without incident (apart from the occasional glitch or crash). Then after lunch it began failing 100% of the time. Of course, I've been making changes all day, hence the "it seems" above. So, here are some relevant details: Android Studio 2.1.1 (April 28, 2016 build) This app starts up

Crashlytics doesn't work in iOS keyboard extension

孤者浪人 提交于 2019-12-06 15:37:25
I'm using the latest version of the Fabric and Fabric/Crashlytics cocoapods (so, version 3.0.8 according to the debugger output) to integrate Crashlytics into an iOS keyboard extension. Recently, it simply stopped reporting crashes from the keyboard extension. I've checked both my code which initializes Crashlytics and the Crashlytics script build phase of my project, both are executed (and the build phase is in my keyboard extension's target). It's hard to tell if this is related, but when I run the app I see Crashlytics try to submit crashes, [Crashlytics:Crash:Reports] Submitting async /var