Skip to content

Conversation

@tejasd
Copy link
Contributor

@tejasd tejasd commented Apr 14, 2021

No description provided.

@google-cla google-cla bot added the cla: yes Override cla label Apr 14, 2021
@tejasd tejasd changed the title Add ability to get the startTimestampMs of a session Add ability to easily get the startTimestampMs of a session Apr 14, 2021
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 14, 2021

Coverage Report

Affected SDKs

No changes between base commit (9926a1b) and head commit (af81e36b).

Test Logs

Notes

HTML coverage reports can be produced locally with ./gradlew <product>:checkCoverage.
Report files are located at <product-build-dir>/reports/jacoco/.

Head commit (af81e36b) is created by Prow via merging commits: 9926a1b bc8f91e.

@tejasd tejasd requested a review from mrichards April 14, 2021 19:19
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 14, 2021

Binary Size Report

Affected SDKs

  • firebase-crashlytics

    Type Base (9926a1b) Head (af81e36b) Diff
    aar 325 kB 326 kB +387 B (+0.1%)
    apk (aggressive) 192 kB 192 kB +108 B (+0.1%)
    apk (release) 818 kB 818 kB +144 B (+0.0%)

Test Logs

Notes

Head commit (af81e36b) is created by Prow via merging commits: 9926a1b bc8f91e.

Copy link
Contributor

@mrichards mrichards left a 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();
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@tejasd tejasd merged commit a8299b0 into crashlytics/anrs Apr 20, 2021
@tejasd tejasd deleted the td/anr-2 branch April 20, 2021 19:29
@firebase firebase locked and limited conversation to collaborators May 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes Override cla size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants