Skip to content

Commit bff9326

Browse files
authored
Update the missing build id message (#4780)
1 parent 419aa93 commit bff9326

File tree

1 file changed

+4
-4
lines changed
  • firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common

1 file changed

+4
-4
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/CrashlyticsCore.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
@SuppressWarnings("PMD.NullAssignment")
4848
public class CrashlyticsCore {
4949
private static final String MISSING_BUILD_ID_MSG =
50-
"The Crashlytics build ID is missing. This "
51-
+ "occurs when Crashlytics tooling is absent from your app's build configuration. "
52-
+ "Please review Crashlytics onboarding instructions and ensure you have a valid "
53-
+ "Crashlytics account.";
50+
"The Crashlytics build ID is missing. This occurs when the Crashlytics Gradle plugin is "
51+
+ "missing from your app's build configuration. Please review the Firebase Crashlytics "
52+
+ "onboarding instructions at "
53+
+ "https://firebase.google.com/docs/crashlytics/get-started?platform=android#add-plugin";
5454

5555
static final int MAX_STACK_SIZE = 1024;
5656
static final int NUM_STACK_REPETITIONS_ALLOWED = 10;

0 commit comments

Comments
 (0)