Skip to content

Commit 148b068

Browse files
committed
Add TODO to re-introduce metadata logging
1 parent c606723 commit 148b068

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
@@ -256,6 +256,7 @@ private void syncFlush(String sessionId, ApplicationProcessState appState) {
256256
* @return true if GaugeMetadata was logged, false otherwise.
257257
*/
258258
public boolean logGaugeMetadata(String sessionId, ApplicationProcessState appState) {
259+
// TODO(b/394127311): Re-introduce logging of metadata for AQS.
259260
if (gaugeMetadataManager != null) {
260261
GaugeMetric gaugeMetric =
261262
GaugeMetric.newBuilder()

0 commit comments

Comments
 (0)