File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
@ SuppressWarnings ("PMD.NullAssignment" )
48
48
public class CrashlyticsCore {
49
49
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 " ;
54
54
55
55
static final int MAX_STACK_SIZE = 1024 ;
56
56
static final int NUM_STACK_REPETITIONS_ALLOWED = 10 ;
You can’t perform that action at this time.
0 commit comments