crashlytics

Crashlytics error - This app relies on Crashlytics. Please sign up for access

匿名 (未验证) 提交于 2019-12-03 02:24:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have two build flavors in gradle but for some reason whenever i change the following flag to false i get the titled error message: ext.enableCrashlytics = false the error itself complete is below: Process: com.mobile.myapp.staging, PID: 5439 java.lang.RuntimeException: Unable to create application com.mobile.myapp.UI.myappApplication: 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

Crashlytics not finding API Key in crashlytics.properties at runtime

匿名 (未验证) 提交于 2019-12-03 02:20:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm currently implementing the API Key switching script suggested here , except with build types instead of flavors. My build.gradle looks like this: ... buildTypes { debug { ... set("crashlyticsApiKey", "API_KEY_1") set("crashlyticsApiSecret", "API_SECRET_1") } release { ... set("crashlyticsApiKey", "API_KEY_2") set("crashlyticsApiSecret", "API_SECRET_2") } } ... productFlavors{...} ... File crashlyticsProperties = new File("${project.projectDir.absolutePath}/crashlytics.properties") applicationVariants.all { variant -> variant

How to disable Crashlytics while developing

匿名 (未验证) 提交于 2019-12-03 02:11:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Is there any simple way to turn Crashlytics Android SDK off while developing ? I don't want it to send a crash every time I do something stupid On the other hand I don't want to comment out Crashlytics.start() and possibly risk forgetting to uncomment it and commit 回答1: Marc from Crashlytics here. Here's a couple of ways to disable Crashlytics while you are doing your debug builds! Use a different android:versionString for debug and release builds and then disable crash reporting from the Crashlytics web dashboard for the debug version. Wrap

Google Fabric: UiAutomation not connected

时光毁灭记忆、已成空白 提交于 2019-12-03 02:10:36
问题 After deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected) Fatal Exception: java.lang.IllegalStateException: UiAutomation not connected! at android.app.UiAutomation.throwIfNotConnectedLocked(UiAutomation.java:971) at android.app.UiAutomation.disconnect(UiAutomation.java:237) at android.app.Instrumentation.finish(Instrumentation.java:222) at android.support.test.runner.MonitoringInstrumentation.finish(MonitoringInstrumentation.java:351) at android

Can't disable Crashlytics in a Firebase app (anymore)

戏子无情 提交于 2019-12-03 01:56:31
After upgrading to com.crashlytics.sdk.android:crashlytics:2.7.1@aar (from 2.6.8), I can't disable Crashlytics anymore in my Firebase app. Looks like there's some code in Crashlytics library itself that initializes Fabric with Crashlytics kit enabled whenever it detects that it's running inside a Firebase application. Indeed initializing with Crashlytics enabled and with ext.enableCrashlytics = false throws an UnmetDependencyException and crashes the app at startup (in fact, before my code in Application.onCreate runs). Does anyone know a workaround for that? Sticking with 2.6.8 works for now.

Crashlytics don’t send crash report when there is another crash report (Umeng)

匿名 (未验证) 提交于 2019-12-03 01:49:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 选择语言 中文(简体) 日语 英语 中文(繁体) 由 翻译 强力驱动 问题: I’ve implemented Crashlytics (2.2.4) in my iOS app for crash report collection. I also implemented another third-party component (Umeng) for other data collection. However, Crashlytics doesn’t send report when Umeng is turned on. When I check the log, there are these suspicious warnings: [ Crashlytics ] Warning : NSUncaughtExceptionHandler is 'UmengHandleException' [ Crashlytics ] Warning : sigabrt handler is ‘ UmengSignalHandler ' [Crashlytics] Warning: sigbus handler is ' UmengSignalHandler ' [Crashlytics

Firebase Crashlytics Invalid Key Error

匿名 (未验证) 提交于 2019-12-03 01:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to integrate Firebase Crashlytics into my Android game (developed using Cocos2D-X engine). I have followed the steps mentioned in this link . I'm getting following error when building the project using Android Studio: ERROR - Crashlytics Developer Tools error. java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully! It looks like that I am missing some API key. How can I find the Crashlytics API key in Firebase? How to

Fabric crashes after the update : [Fabric isCrashlyticsCollectionEnabled]: unrecognized selector sent to class 0x10c0bb918

匿名 (未验证) 提交于 2019-12-03 01:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Today fabric crashes after the pod update Fabric 1.9.0 [Fabric isCrashlyticsCollectionEnabled]: unrecognized selector sent to class 0x10c0bb918 Crashing line : Fabric.with([Crashlytics.self]) It crashes at app startup. Anyone having the same problem? 回答1: I reverted to a previous version of Crashlytics by updating my Podfile pod 'Fabric', '1.8' pod 'Crashlytics', '3.11' Then updating Cocoapods: pod update 'Crashlytics' Hopefully Google fixes this soon 回答2: Go to the "Update via Manual Steps" and download the zip file. Here is the link: https

Does a Crashlytics-like service for web app exists?

你离开我真会死。 提交于 2019-12-03 01:26:36
I am a web and iOS developer. On mobile we have famous tools to collect all the exceptions and errors that application thorws. There's Crashlytics (and others) that with few lines of code to install the sdk, start tracking everything automatically. Then them display the error and useful informations on their website with priority and other stats. Exists something like that for web applications? Or explicitly for php or js apps? Thanks ;) www.exceptional.io is exactly what you're asking for. It costs $9 per month after a free trial. Integration with PHP is done by including a wrapper and a

'invalid context 0x0' after Migration to iOS 9

冷暖自知 提交于 2019-12-03 01:26:21
I've migrated the app to iOS 9, and it works as usually, but there three log messages: <Error>: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. <Error>: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. <Error>: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. Maybe helps that the next message from Crashlytics is: [Crashlytics