Skip to content

Do not throw when FileStore cannot create a dir. #3541

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 3 commits into from
Mar 16, 2022
Merged

Conversation

mrober
Copy link
Contributor

@mrober mrober commented Mar 16, 2022

There is a problem with the file structure on some devices #3269. When we did the FileStore refactor, we turned a silent failure into a runtime exception, causing apps to crash on some of these devices. Although this does not fix the root problem, it reverts to the silent behaviour we had before. We still need to investigate the root cause of this.

There is a problem with the file structure on some devices. When we did the FileStore refactor, we turned a silent failure into a runtime exception, causing apps to crash on some of these devices. Although this does not fix the root problem, it reverts to the silent behaviour we had before. We still need to investigate the root cause of this.
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Mar 16, 2022

Coverage Report 1

Affected Products

No changes between base commit (525b580) and merge commit (aa5ee72).

Test Logs

Notes

  • Commit (aa5ee72) is created by Prow via merging PR base commit (525b580) and head commit (7c3f910).
  • 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/SiQudwZS0E.html

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Mar 16, 2022

Size Report 1

Affected Products

  • firebase-crashlytics

    TypeBase (525b580)Merge (aa5ee72)Diff
    aar346 kB345 kB-18 B (-0.0%)
    apk (aggressive)216 kB216 kB+24 B (+0.0%)
    apk (release)892 kB892 kB-12 B (-0.0%)

Test Logs

Notes

  • Commit (aa5ee72) is created by Prow via merging PR base commit (525b580) and head commit (7c3f910).

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

…d, since it means Crashlytics is not working.
@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 7c3f910 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 09e158e into master Mar 16, 2022
@mrober mrober deleted the crashlytics-filebug branch March 16, 2022 18:55
@firebase firebase locked and limited conversation to collaborators Apr 16, 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