File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -456,11 +456,13 @@ public boolean didCrashOnPreviousExecution() {
456
456
* Indicates whether or not automatic data collection is enabled.
457
457
*
458
458
* @return In order of priority:
459
- * <li>If {@link #setCrashlyticsCollectionEnabled(boolean)} is called with a value, use it.
460
- * <li>If the <b>firebase_crashlytics_collection_enabled</b> key is in your app’s
461
- * AndroidManifest.xml, use it.
462
- * <li>Otherwise, use the default {@link FirebaseApp#isDataCollectionDefaultEnabled()} in
463
- * FirebaseApp.
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