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 8efea1b commit 8e510b1Copy full SHA for 8e510b1
firebase-perf/src/main/java/com/google/firebase/perf/transport/TransportManager.java
@@ -354,6 +354,7 @@ public void log(final GaugeMetric gaugeMetric) {
354
* {@link #isAllowedToDispatch(PerfMetric)}).
355
*/
356
public void log(final GaugeMetric gaugeMetric, final ApplicationProcessState appState) {
357
+ // TODO(b/394127311): This *might* potentially be the right place to get AQS.
358
executorService.execute(
359
() -> syncLog(PerfMetric.newBuilder().setGaugeMetric(gaugeMetric), appState));
360
}
0 commit comments