Merge "Log activity_start_timestamp_millis in AppStartFullyDrawn."
This commit is contained in:
committed by
Android (Google) Code Review
commit
31222091cb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user