commit | d47f90bc46caa5338a1617c83d292efc697691cd | [log] [tgz] |
---|---|---|
author | Yan Wang <yawanng@google.com> | Thu Oct 03 19:17:15 2019 -0700 |
committer | Yan Wang <yawanng@google.com> | Thu Oct 10 11:28:08 2019 -0700 |
tree | 060246771bd0ae6521fd78e13aeea6e2fe046cbb | |
parent | 9eac5ecd55a135e8ba4b8e86afa5e6fb0a6654be [diff] |
startop: Add timestamps for IntentStarted and ActivityLaunchFinished. The timestamps are used to compute duration of TotalTime and ReportFullyDrawn. TotalTime = t(ActivityLaunchFinished) - t(IntentStarted) ReportFullyDrawn = t(ReportFullyDrawn) - t(IntentStarted) where t(x) is the timestamp of x. Bug: 137786390 Bug: 137784595 Test: Make Test: atest CtsWindowManagerDeviceTestCases:ActivityMetricsLoggerTests Change-Id: I75c0be8508499dce186fd392e79b67b2fefc8842