Skip to content

String format with decimal issue in Android 8.1.0 #3084 #3241

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

Closed
wants to merge 1 commit into from

Conversation

visumickey
Copy link
Contributor

Speculative fix for issue #3084. NullPointerException is encountered specifically on Android version 8.1.0, this is due to String.format inserted with Double values.

The proposed fix is to use DecimalFormat to format the values before being inserted in String.format

…specifically on Android version 8.1.0, this is due to String.format inserted with Double values.

The proposed fix is to use DecimalFormat to format the values before being inserted in String.format
@visumickey visumickey changed the title String format with decimal issue in Android 8.1.0 #3176 String format with decimal issue in Android 8.1.0 #3084 Dec 14, 2021
@google-oss-bot
Copy link
Contributor

Coverage Report

Affected SDKs

No changes between base commit (e2f4a3e) and head commit (40ca05f5).

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 (40ca05f5) is created by Prow via merging commits: e2f4a3e caf07e0.

@google-oss-bot
Copy link
Contributor

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

Test name Commit Details Rerun command
check-changed caf07e0 link /test check-changed

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.

@google-oss-bot
Copy link
Contributor

Binary Size Report

Affected SDKs

  • firebase-perf

    Type Base (e2f4a3e) Head (40ca05f5) Diff
    aar 301 kB 301 kB +25 B (+0.0%)
    apk (aggressive) 980 kB 981 kB +52 B (+0.0%)
    apk (release) 2.45 MB 2.45 MB +16 B (+0.0%)

Test Logs

Notes

Head commit (40ca05f5) is created by Prow via merging commits: e2f4a3e caf07e0.

@argzdev
Copy link
Contributor

argzdev commented Dec 14, 2021

Hi team, terribly sorry for the delay! We had some problems with the CLA, but it's been resolved now. Here is the PR: #3176

Thank you for your understanding!

@argzdev
Copy link
Contributor

argzdev commented Dec 14, 2021

Hi team, just wanted to inform you that this PR has been merged on

#3176

This is now safe to close.
Thank you!

@rlazo rlazo closed this Feb 24, 2024
@firebase firebase locked and limited conversation to collaborators Mar 26, 2024
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.

5 participants