0

I am using flurry in my android app, but flurry does not provide perfect crash report compare to crashlytics in my opinion. Is there any way to implement both in my app? I try to implementing crashlytics after implement flurry inside my app but it' not added to my app, crashlytics not launch my app if flurry is implemented in my app.

4

1 回答 1

0

这个对我有用。我onCreate使用这些行在应用程序中启动它:

    Crashlytics.start(this);
    Flurry.initialize(this);

我在 v3.2.2 使用 Crashlytics v1.1.10 和 Flurry

于 2014-03-25T06:24:30.547 回答