crashlytics

How to effectively group non fatal exceptions in Crashlytics (Fabrics)?

这一生的挚爱 提交于 2020-03-14 07:41:20
问题 We are using Crashlytics in our app as the crash reporting tool. For Android native crashes, it's working fine and grouping the crashes correctly. Our app also has few components in react-native. For the crashes which occur in these components, we catch them and then log them to Crashlytics as non-fatal exceptions. public class PlatformNativeModuleCallExceptionhandler implements NativeModuleCallExceptionHandler { @Override public void handleException(Exception e) { try { . . . Crashlytics

Export data from Firebase Crashlytics console?

橙三吉。 提交于 2020-03-03 12:35:26
问题 I'm trialling Firebase Crashlytics and the console display of log data is messed up (see image below.) Is there any way to export the full crash report? I can't see one in the Firebase console - I never used the original Crashlytics but I see that it has an export facility. 回答1: There isn't a way to export crashes with the beta version of Crashlytics in Firebase. It's something we're thinking about though. What platform and browser is that screenshot on? Would love to get that fixed up. 来源:

New build type fails with error: CrashlyticsOrgIdException: Could not fetch Crashlytics Org Id

六月ゝ 毕业季﹏ 提交于 2020-02-24 07:05:08
问题 I have a project that has been using Crashytics for a while. Today, I added a new build type by copying/pasting one of the existing blocks under buildTypes{...} and renaming it. The build type includes a different application id suffix, so I logged into the Firebase console, registered a new app using the new application id suffix, and downloaded the generated google-services.json file and placed it in a src folder with the same name as the build type. Attempts to build the new variant fail

Firebase Crashlytics Android NDK: empty symbols on crash reports

独自空忆成欢 提交于 2020-02-22 05:28:04
问题 I have a project in Android Studio that consist on Android Java Services that uses some native libraries through JNI calls. Basically, I have 2 libraries I compile and another library that is precompiled, so I don't have access to the source code. As the precompiled library is only built for armeabi-v7a, I have an abiFilter. Here, my /build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter()

iOS Crashlytics - Block crash reports from being send to server

血红的双手。 提交于 2020-02-08 09:35:05
问题 I have installed the Crashlytics to my app, It's working fine and sends crash reports to the server. But in my app setting , I'm having new option as "Send crash reports" switch. So if the user toggle off the switch in setting page, It should block the Crashlytics report from being send to its server. But i'm not seeing any option in the Crashlytics framework to block the reports or even stop the Crashlytics from running. Is there any way to block the reports or stop the Crashlytics from

Firebase Crashlytics does not support NDK?

可紊 提交于 2020-02-05 07:31:04
问题 When you want to use Crashlytics NDK , you need call Fabric.with(this, new Crashlytics(),new CrashlyticsNdk()); But Firebase Crashlytics calls Fabric.with(context, new Kit[]{new Crashlytics()}); on startup. As the result you cannot use Crashlytics NDK. How can I avoid this problem? public class CrashlyticsInitProvider extends ContentProvider { private static final String TAG = "CrashlyticsInitProvider"; public CrashlyticsInitProvider() { } public boolean onCreate() { Context context = this

I cannot view crash detail of Firebase Crashlytics for android and got stuck on “Build and run your app”

橙三吉。 提交于 2020-02-02 15:23:36
问题 I try to setup Firebase Crashlytics after done setup Firebase. The crashes was sent successfully. Which I can see them in firebase dashboard. But When I enter crashlytics to see crash detail. I got stuck on step 3 (Build and run your app , We'll be listening for your app to communicate with our servers.). I already try uninstall-reinstall , remove fabric or firebase crash report part but not working at all. Here is firebase,fabric,crashlytics version I use. classpath 'com.android.tools.build

醒醒,Android开发居然只有cv最顺手,你还会什么?

一笑奈何 提交于 2020-01-29 08:49:11
作为一个Android开发,现在的你已经开发多少年了? 你的代码质量有没有随着经验的增加而提高?没有的话就需要反思了。 现在来分享一个有六年经验Android开发,都学到了什么? 一,学习能力 想要成长,学习能力尤为重要 我们一直有句老话,学如逆水行舟,不进则退。就像我们Android进阶,需要学习的高级内容比较多 1)Java语言进阶与Android相关技术内核 像 泛型,多线程,反射,JVM,Java IO,注解,序列化等 2)App开发框架知识体系(app亦对象) Android 2013~2016年的技术,大家网上Copy代码习惯了 对这块经常“使用”的代码熟悉而又陌生:熟悉的是几乎天天在和它们打交道,天天在复制这些代码;陌生的是虽然天天和这些代码打交道,从未深入研究过这些代码的原理,代码深处的内涵。 我们需要从新的角度去分析这些知识点,深入研究他们,要学习源码,模仿源码,然后再hook源码, 这样才能说自己懂这块的知识。这些都是做Android开发,做高级工程师的基础。 3)360° Android app全方位性能调优 书写高性能代码,再调优 4)Android前沿技术 比如热升级,热修复,App Instant,强制更新,组件化路由架构Arouter,RxJava,IOC架构方法,Hook技术等 这些技术你不能只会用,你需要知道他的原理 5)NDK 模块开发 NDK

i can't see crash report of android in firebase console

醉酒当歌 提交于 2020-01-24 20:42:39
问题 1) I implement firebase crashlytics in my react native project. 2) I used below npm npm install @react-native-firebase/app@alpha react-native link @react-native-firebase/app npm install @react-native-firebase/crashlytics@alpha react-native link @react-native-firebase/crashlytics 3) I can do crash app by programmatically using async forceCrash() { firebase.crashlytics().crash(); await firebase.crashlytics().setAttributes({ something: "something" }); firebase.crashlytics().log("A woopsie is

Crashlytics in Android - how to capture all exceptions/crashes in one place

余生颓废 提交于 2020-01-23 16:51:15
问题 Using Java (android but this is a java question ) i have created a default exception handler in the application class like this more or less which was taken from some SO thread: public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); AppInitialization(); } private void AppInitialization() { defaultUEH = Thread.getDefaultUncaughtExceptionHandler(); Thread.setDefaultUncaughtExceptionHandler(_unCaughtExceptionHandler); } private