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 5e5caf5 commit eb9856eCopy full SHA for eb9856e
firebase-perf/src/main/java/com/google/firebase/perf/session/gauges/GaugeManager.java
@@ -136,6 +136,7 @@ public void startCollectingGauges(
136
final String sessionIdForScheduledTask = sessionId;
137
final ApplicationProcessState applicationProcessStateForScheduledTask = applicationProcessState;
138
139
+ // TODO(b/394127311): Switch to using AQS.
140
try {
141
gaugeManagerDataCollectionJob =
142
gaugeManagerExecutor
0 commit comments