-
Notifications
You must be signed in to change notification settings - Fork 658
Add ability to easily get the startTimestampMs of a session #2587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Coverage ReportAffected SDKsNo changes between base commit (9926a1b) and head commit (af81e36b). Test Logs
NotesHTML coverage reports can be produced locally with Head commit (af81e36b) is created by Prow via merging commits: 9926a1b bc8f91e. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (af81e36b) is created by Prow via merging commits: 9926a1b bc8f91e. |
mrichards
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not controversial. :)
One minor suggestion, take it or leave it.
| // Capture and close over the current time, so that we get the exact call time, | ||
| // rather than the time at which the task executes. | ||
| final Date time = new Date(); | ||
| final long time = System.currentTimeMillis(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rename this to timeMs to be consistent with the other changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
No description provided.