Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31222091 authored by Alberto Gonzalez's avatar Alberto Gonzalez Committed by Android (Google) Code Review
Browse files

Merge "Log activity_start_timestamp_millis in AppStartFullyDrawn."

parents e430080c a27926ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1253,7 +1253,8 @@ class ActivityMetricsLogger {
                info.mSourceEventDelayMs,
                isIncremental,
                isLoading,
                info.mLastLaunchedActivity.info.name.hashCode());
                info.mLastLaunchedActivity.info.name.hashCode(),
                TimeUnit.NANOSECONDS.toMillis(info.mLaunchingState.mStartRealtimeNs));

        // Ends the trace started at the beginning of this function. This is located here to allow
        // the trace slice to have a noticable duration.