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 5b6ce5d commit b6b7e2dCopy full SHA for b6b7e2d
firebase-perf/src/main/java/com/google/firebase/perf/metrics/AppStartTrace.java
@@ -344,7 +344,7 @@ private void resolveIsStartedFromBackground() {
344
return;
345
}
346
347
- // If the `minaThreadRunnableTime` was set prior to API 34, it's always assumed that's it's
+ // If the `mainThreadRunnableTime` was set prior to API 34, it's always assumed that's it's
348
// a background start.
349
// Otherwise it's assumed to be a background start if the runnable was set more than
350
// `MAX_BACKGROUND_RUNNABLE_DELAY`
0 commit comments