Skip to content

Implement on-demand fatals internally #3402

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

Merged
merged 12 commits into from
Mar 15, 2022
Merged

Implement on-demand fatals internally #3402

merged 12 commits into from
Mar 15, 2022

Conversation

mrober
Copy link
Contributor

@mrober mrober commented Feb 4, 2022

No description provided.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Feb 4, 2022

Coverage Report 1

Affected Products

  • firebase-crashlytics

    Overall coverage changed from 9.74% (2bf81a5) to 9.55% (449992c) by -0.19%.

    FilenameBase (2bf81a5)Merge (449992c)Diff
    CrashlyticsController.java18.65%18.40%-0.26%
    CrashlyticsCore.java0.67%0.63%-0.05%
    DataTransportCrashlyticsReportSender.java38.89%48.28%+9.39%
    OnDemandCounter.java?0.00%?
    ReportQueue.java?0.00%?
    SessionReportingCoordinator.java45.39%44.76%-0.63%

Test Logs

Notes

  • Commit (449992c) is created by Prow via merging PR base commit (2bf81a5) and head commit (908fad4).
  • Run gradle <product>:checkCoverage to produce HTML coverage reports locally. After gradle commands finished, report files can be found under <product-build-dir>/reports/jacoco/.

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/jt1e7K2sQn.html

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Feb 4, 2022

Size Report 1

Affected Products

  • firebase-crashlytics

    TypeBase (2bf81a5)Merge (449992c)Diff
    aar339 kB346 kB+6.98 kB (+2.1%)
    apk (aggressive)215 kB216 kB+1.51 kB (+0.7%)
    apk (release)890 kB893 kB+2.40 kB (+0.3%)

Test Logs

Notes

  • Commit (449992c) is created by Prow via merging PR base commit (2bf81a5) and head commit (908fad4).

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/a3rMUMndU1.html

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

The blocking param is temp, I need to do some refactoring to make it never block for on-demand
@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

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.

Approved. (Thorough code review was done in-person on 2/10.)

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-crashlytics:
error: Added method com.google.firebase.crashlytics.FirebaseCrashlytics.recordFatalException(Throwable) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

mrober added 2 commits March 8, 2022 14:18
…est changes from main branch.

This should be in a good state to merge after this. We need to followup with a change to create a FirebaseCrashlyticsInternal interface with the new internal api.
@mrober mrober changed the title Prototype of on-demand fatals. implement on-demand fatals internally Mar 9, 2022
@mrober mrober changed the title implement on-demand fatals internally Implement on-demand fatals internally Mar 9, 2022
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.

A couple things to double check, up to you if changes are needed. Overall LGTM!

@google-oss-bot
Copy link
Contributor

@mrober: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
smoke-tests 908fad4 link /test smoke-tests

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@mrober mrober merged commit e324046 into master Mar 15, 2022
@mrober mrober deleted the on-demand branch March 15, 2022 16:10
@firebase firebase locked and limited conversation to collaborators Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants