-
Notifications
You must be signed in to change notification settings - Fork 625
String format with decimal issue in Android 8.1.0 #3176
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
Conversation
Coverage ReportAffected SDKsNo changes between base commit (42542ba) and head commit (1ac46bd9). Test Logs
NotesHTML coverage reports can be produced locally with Head commit (1ac46bd9) is created by Prow via merging commits: 42542ba 660439b. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (1ac46bd9) is created by Prow via merging commits: 42542ba 660439b. |
/retest |
/test check-changed |
/test device-check-changed |
/retest |
2 similar comments
/retest |
/retest |
/retest |
/test cla/google |
/retest |
/test cla/google |
/retest |
/test cla/google |
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