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
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/androidTest/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinatorTest.java
+10-26Lines changed: 10 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -360,13 +360,12 @@ public void onSessionsFinalize_finalizesReports() {
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/CrashlyticsController.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -436,9 +436,7 @@ public Task<Void> then(@Nullable AppSettingsData appSettingsData)
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinator.java
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -166,13 +166,11 @@ public void removeAllReports() {
166
166
/**
167
167
* Send all finalized reports.
168
168
*
169
-
* @param organizationId The organization ID this crash report should be associated with
170
169
* @param reportSendCompleteExecutor executor on which to run report cleanup after each report is
171
170
* sent.
172
171
* @param dataTransportState used to determine whether to send the report before cleaning it up.
173
172
*/
174
173
publicvoidsendReports(
175
-
@NullableStringorganizationId,
176
174
@NonNullExecutorreportSendCompleteExecutor,
177
175
@NonNullDataTransportStatedataTransportState) {
178
176
if (dataTransportState == DataTransportState.NONE) {
0 commit comments