We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9856e commit 8efea1bCopy full SHA for 8efea1b
firebase-perf/src/main/java/com/google/firebase/perf/session/gauges/GaugeManager.java
@@ -205,6 +205,7 @@ public void stopCollectingGauges() {
205
gaugeManagerDataCollectionJob.cancel(false);
206
}
207
208
+ // TODO(b/394127311): Switch to using AQS.
209
// Flush any data that was collected for this session one last time.
210
@SuppressWarnings("FutureReturnValueIgnored")
211
ScheduledFuture unusedFuture =
0 commit comments