Skip to content

Commit 4b7de2e

Browse files
committed
comment
1 parent 5bd9474 commit 4b7de2e

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/application/AppStateMonitor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public synchronized void onActivityResumed(Activity activity) {
191191
activityToResumedMap.put(activity, true);
192192
}
193193

194+
// Screen trace is after session update so the sessionId is not added twice to the Trace
194195
if (isScreenTraceSupported(activity) && configResolver.isPerformanceMonitoringEnabled()) {
195196
// Starts recording frame metrics for this activity.
196197
/**

0 commit comments

Comments
 (0)