什么意思是“影响水平从2变为3”?影响等级2和等级3有何不同?

时间:2015-10-14 21:51:54

标签: android crashlytics twitter-fabric

我在崩溃分析的电子邮件中收到此消息。 它在应用程序类中的代码中使用:

Fabric.with(this, new Crashlytics());
使用gradle中的

buildscript {
    repositories {
        jcenter()
        maven { url 'https://maven.fabric.io/public' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.3.1'
        classpath 'io.fabric.tools:gradle:1.+'
    }
}

自动增量io.fabric版本后,我可能会收到此消息。我现在还不完全。

1 个答案:

答案 0 :(得分:2)