Skip to content
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

check various task states before returning #1739

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

adamvduke
Copy link
Contributor

It's possible that the task was not successful, was canceled or timed
out which should be checked before returning. Existing callers of this
method catch Exception so new exception types being thrown are safe.

It's possible that the task was not successful, was canceled or timed
out which should be checked before returning. Existing callers of this
method catch Exception so new exception types being thrown are safe.
@googlebot googlebot added the cla: yes Override cla label Jun 30, 2020
@google-oss-bot
Copy link
Contributor

Coverage Report

Affected SDKs

No changes between base commit (b348663) and head commit (b25aa31d).

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 (b25aa31d) is created by Prow via merging commits: b348663 f28aaa5.

@google-oss-bot
Copy link
Contributor

Binary Size Report

Affected SDKs

  • firebase-common

    Type Base (b348663) Head (b25aa31d) Diff
    apk (aggressive) 56.0 kB 56.0 kB +1 B (+0.0%)
    apk (debug) 687 kB 687 kB +3 B (+0.0%)
  • firebase-components

    Type Base (b348663) Head (b25aa31d) Diff
    apk (aggressive) 5.95 kB 5.95 kB +1 B (+0.0%)
    apk (debug) 29.6 kB 29.6 kB +3 B (+0.0%)
  • firebase-crashlytics

    Type Base (b348663) Head (b25aa31d) Diff
    aar 410 kB 410 kB +86 B (+0.0%)
    apk (aggressive) 481 kB 481 kB +40 B (+0.0%)
    apk (debug) 1.37 MB 1.37 MB -107 B (-0.0%)
    apk (release) 1.25 MB 1.25 MB +93 B (+0.0%)
  • firebase-encoders-json

    Type Base (b348663) Head (b25aa31d) Diff
    apk (aggressive) 5.95 kB 5.95 kB +1 B (+0.0%)
    apk (debug) 22.9 kB 22.9 kB +1 B (+0.0%)
  • transport-api

    Type Base (b348663) Head (b25aa31d) Diff
    apk (aggressive) 5.95 kB 5.95 kB +1 B (+0.0%)
  • transport-backend-cct

    Type Base (b348663) Head (b25aa31d) Diff
    apk (debug) 89.9 kB 89.9 kB +4 B (+0.0%)
  • transport-runtime

    Type Base (b348663) Head (b25aa31d) Diff
    apk (aggressive) 30.6 kB 30.6 kB +4 B (+0.0%)
    apk (debug) 70.4 kB 70.4 kB +1 B (+0.0%)

Test Logs

Notes

Head commit (b25aa31d) is created by Prow via merging commits: b348663 f28aaa5.

@adamvduke adamvduke merged commit 7c83b55 into master Jul 1, 2020
@adamvduke adamvduke deleted the adamvduke/crashlytics-check-task-states branch July 1, 2020 13:49
@firebase firebase locked and limited conversation to collaborators Aug 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Override cla size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants