You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for DataTransport callback task at crash time (#1479)
Improves reliability of sending crash reports at crash time in the
case that the process would exit before Crashlytics has received
the asynchronous callback from DataTransport.
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/CrashlyticsController.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -435,9 +435,10 @@ public Task<Void> then(@Nullable AppSettingsData appSettingsData)
435
435
// Data collection is enabled, so it's safe to send the report.
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinator.java
0 commit comments