面料Crashlytics - 来自不同项目的数据汇总 [英] Fabric Crashlytics - Aggregate data from different projects

查看:149
本文介绍了面料Crashlytics - 来自不同项目的数据汇总的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有几个定制的应用程序有不同封装名称/包ID。碰撞的数据将被发送到面料Crashlytics仪表盘(我猜他们有不同的软件包名称)不同的应用程序,即使崩溃的数据相同(相同类型,相同的异常...)。我的问题是:是,可能还是有办法让这些应用的聚合碰撞数据?谢谢你。

I have several customized Apps which have different package name/bundle ID. Crash data will be sent to different apps in Fabric Crashlytics dashboard (I guess they have different package name), even if the crash data are same(same type, same exceptions...). My question is: is that possible or is there a way to get the aggregated crash data from these Apps? Thanks.

推荐答案

迈克Crashlytics和Fabric这里。

Mike from Crashlytics and Fabric here.

如果你想多个应用程序流进一个父应用程序在你的仪表板面料,那么这里就是你需要做什么。

If you want multiple apps to flow into a single "parent" app on your Fabric dashboard, then here's what you need to do.

首先确保父应用程序已添加到您的面料仪表板。然后,你要使用这样的事情,这取决于你使用的面料包:

First ensure that the parent app has been added to your Fabric dashboard. Then you want to use something like this, depending on the kits of Fabric that you're using:

Fabric.with(new Fabric.Builder().kits(new Crashlytics(), ...).appIdentifier("parent app identifier").build());

一个重要的说明是,如果你使用的Proguard或Dexguard,去模糊将无法正常从子应用程序崩溃工作。其次,目前只支持Android上。

One important note is that if you're using Proguard or Dexguard, de-obfuscation will not work correctly on crashes from the child app. Second, currently this only supported on Android.

这篇关于面料Crashlytics - 来自不同项目的数据汇总的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆