Skip to content

Commit 604916a

Browse files
committed
Minor logging output improvements
1 parent 83a8bbc commit 604916a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/analytics/AnalyticsConnectorReceiver.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ public boolean register() {
6969

7070
if (analyticsConnectorHandle == null) {
7171
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.");
7773
// Older versions of FA don't support CRASHLYTICS_ORIGIN. We can try using the old Firebase
7874
// Crash Reporting origin
7975
analyticsConnectorHandle =
@@ -84,9 +80,9 @@ public boolean register() {
8480
if (analyticsConnectorHandle != null) {
8581
Logger.getLogger()
8682
.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 "
85+
+ "update to the latest version.");
9086
}
9187
}
9288

0 commit comments

Comments
 (0)