Ensure no Java 8 method reference sugar is used for Android#2857
Merged
Ensure no Java 8 method reference sugar is used for Android#2857
Conversation
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| adf8fe3 | 300.49 ms | 357.36 ms | 56.87 ms |
| f60279b | 324.60 ms | 345.33 ms | 20.73 ms |
| dc67004 | 273.86 ms | 346.37 ms | 72.51 ms |
| d0c08e7 | 310.28 ms | 350.68 ms | 40.40 ms |
| c03a05e | 390.40 ms | 419.35 ms | 28.94 ms |
| f274c79 | 313.96 ms | 355.96 ms | 42.00 ms |
| f274c79 | 334.86 ms | 348.54 ms | 13.68 ms |
| caf50ec | 302.36 ms | 325.25 ms | 22.89 ms |
| 9246ed4 | 281.79 ms | 352.08 ms | 70.29 ms |
| 0310da5 | 381.20 ms | 404.50 ms | 23.30 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| adf8fe3 | 1.72 MiB | 2.29 MiB | 575.24 KiB |
| f60279b | 1.72 MiB | 2.29 MiB | 575.23 KiB |
| dc67004 | 1.72 MiB | 2.28 MiB | 573.45 KiB |
| d0c08e7 | 1.72 MiB | 2.29 MiB | 574.68 KiB |
| c03a05e | 1.72 MiB | 2.29 MiB | 574.43 KiB |
| f274c79 | 1.72 MiB | 2.29 MiB | 575.01 KiB |
| f274c79 | 1.72 MiB | 2.29 MiB | 575.01 KiB |
| caf50ec | 1.72 MiB | 2.29 MiB | 575.24 KiB |
| 9246ed4 | 1.72 MiB | 2.28 MiB | 572.22 KiB |
| 0310da5 | 1.72 MiB | 2.28 MiB | 573.45 KiB |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2857 +/- ##
=========================================
Coverage 81.37% 81.37%
- Complexity 4633 4635 +2
=========================================
Files 354 354
Lines 17064 17064
Branches 2307 2307
=========================================
Hits 13885 13885
Misses 2229 2229
Partials 950 950
☔ View full report in Codecov by Sentry. |
Contributor
|
possibly fixes #2848 |
stefanosiano
approved these changes
Jul 20, 2023
romtsn
approved these changes
Jul 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
As discussed, let's try to avoid using methods refs for code which gets executed on the Android platform.
💡 Motivation and Context
Fixes #2848
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps