Add device.architecture to logs#1140
Merged
Merged
Conversation
The device architecture is needed for Flutter symbolication of logs
Codecov Report
@@ Coverage Diff @@
## develop #1140 +/- ##
===========================================
+ Coverage 83.17% 83.20% +0.02%
===========================================
Files 274 274
Lines 9462 9470 +8
Branches 1540 1540
===========================================
+ Hits 7870 7879 +9
Misses 1152 1152
+ Partials 440 439 -1
|
xgouchet
approved these changes
Nov 10, 2022
0xnm
approved these changes
Nov 10, 2022
0xnm
approved these changes
Nov 14, 2022
xgouchet
approved these changes
Nov 14, 2022
mariusc83
approved these changes
Nov 14, 2022
fuzzybinary
force-pushed
the
jward/RUMM-2729-add-error-architecture
branch
from
November 15, 2022 14:46
5e1fdeb to
2de7fa4
Compare
0xnm
approved these changes
Nov 15, 2022
| val stringAttributes = mapOf( | ||
| "version_name" to BuildConfig.VERSION_NAME, | ||
| "device" to Build.DEVICE, | ||
| "build_device" to Build.DEVICE, |
Member
Author
There was a problem hiding this comment.
Yes, good catch. I actually thought I did revert it.
mariusc83
approved these changes
Nov 15, 2022
fuzzybinary
force-pushed
the
jward/RUMM-2729-add-error-architecture
branch
from
November 15, 2022 15:46
2de7fa4 to
3b026cc
Compare
xgouchet
approved these changes
Nov 15, 2022
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.
What does this PR do?
This adds a
device.architectureproperty to logs. Device is kept as an object for potential future expansionMotivation
The device architecture is needed for Flutter symbolication of logs.
Review checklist (to be filled by reviewers)