Merge "Log activity_start_timestamp_millis in AppStartFullyDrawn."

This commit is contained in:
Alberto Gonzalez
2022-09-30 10:36:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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.