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 5bd9474 commit 4b7de2eCopy full SHA for 4b7de2e
firebase-perf/src/main/java/com/google/firebase/perf/application/AppStateMonitor.java
@@ -191,6 +191,7 @@ public synchronized void onActivityResumed(Activity activity) {
191
activityToResumedMap.put(activity, true);
192
}
193
194
+ // Screen trace is after session update so the sessionId is not added twice to the Trace
195
if (isScreenTraceSupported(activity) && configResolver.isPerformanceMonitoringEnabled()) {
196
// Starts recording frame metrics for this activity.
197
/**
0 commit comments