File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -453,14 +453,16 @@ public boolean didCrashOnPreviousExecution() {
453
453
}
454
454
455
455
/**
456
- * Indicates whether or not automatic data collection is enabled
456
+ * Indicates whether or not automatic data collection is enabled.
457
457
*
458
458
* @return In order of priority:
459
- * <p>If {@link #setCrashlyticsCollectionEnabled(boolean)} is called with a value, use it</p>
460
- *
461
- * <p>If the <b>firebase_crashlytics_collection_enabled</b> key is in your app’s AndroidManifest.xml, use it</p>
462
- *
463
- * <p>Otherwise, use the default {@link FirebaseApp#isDataCollectionDefaultEnabled()} in FirebaseApp</p>
459
+ * <ul>
460
+ * <li>If {@link #setCrashlyticsCollectionEnabled(boolean)} is called with a value, use it.
461
+ * <li>If the <b>firebase_crashlytics_collection_enabled</b> key is in your app’s
462
+ * AndroidManifest.xml, use it.
463
+ * <li>Otherwise, use the default {@link FirebaseApp#isDataCollectionDefaultEnabled()} in
464
+ * FirebaseApp.
465
+ * </ul>
464
466
*/
465
467
public boolean isCrashlyticsCollectionEnabled () {
466
468
return core .isCrashlyticsCollectionEnabled ();
You can’t perform that action at this time.
0 commit comments