initialDisplayTime property
The time from app start to the first displayed activity being drawn, as reported in Logcat.
See https://developer.android.com/topic/performance/launch-time.html#time-initial
Implementation
Duration? initialDisplayTime;
The time from app start to the first displayed activity being drawn, as reported in Logcat.
See https://developer.android.com/topic/performance/launch-time.html#time-initial
Duration? initialDisplayTime;