You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/analytics/AnalyticsConnectorReceiver.java
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,7 @@ public boolean register() {
69
69
70
70
if (analyticsConnectorHandle == null) {
71
71
Logger.getLogger()
72
-
.d(
73
-
"Could not register AnalyticsConnectorListener with origin "
74
-
+ "\""
75
-
+ CRASHLYTICS_ORIGIN
76
-
+ "\"");
72
+
.d("Could not register AnalyticsConnectorListener with Crashlytics origin.");
77
73
// Older versions of FA don't support CRASHLYTICS_ORIGIN. We can try using the old Firebase
78
74
// Crash Reporting origin
79
75
analyticsConnectorHandle =
@@ -84,9 +80,9 @@ public boolean register() {
84
80
if (analyticsConnectorHandle != null) {
85
81
Logger.getLogger()
86
82
.w(
87
-
"Outdated version of Firebase Analytics detected. For improved "
88
-
+ "performance and compatibility with Crashlytics, please update to the latest "
89
-
+ "version of Firebase Analytics.");
83
+
"A new version of the Google Analytics for Firebase SDK is now available. "
84
+
+ "For improved performance and compatibility with Crashlytics, please "
0 commit comments