Skip to content

Commit 76c7702

Browse files
authored
Merge pull request #725 from AppDevNext/RemoveCountlyWarning
Remove Countly warning
2 parents 0b2ca8e + 6455947 commit 76c7702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • LogcatCountlyLib/src/main/java/info/hannes/countly

LogcatCountlyLib/src/main/java/info/hannes/countly/Analytics.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Analytics : IAnalytics {
7777
.setLoggingEnabled(loggingEnabled)
7878
.enableAutomaticViewTracking()
7979
.setHttpPostForced(true)
80-
.enableCrashReporting()
80+
config.crashes.enableCrashReporting()
8181
Countly.sharedInstance().init(config)
8282
}
8383
}

0 commit comments

Comments
 (0)