Skip to content

Commit 8efea1b

Browse files
committed
More TODO
1 parent eb9856e commit 8efea1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/session/gauges/GaugeManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ public void stopCollectingGauges() {
205205
gaugeManagerDataCollectionJob.cancel(false);
206206
}
207207

208+
// TODO(b/394127311): Switch to using AQS.
208209
// Flush any data that was collected for this session one last time.
209210
@SuppressWarnings("FutureReturnValueIgnored")
210211
ScheduledFuture unusedFuture =

0 commit comments

Comments
 (0)