-
Notifications
You must be signed in to change notification settings - Fork 187
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
update rust sdk 0.2.75 #4158
update rust sdk 0.2.75 #4158
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
ad40de1
to
7d27e65
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4158 +/- ##
===========================================
+ Coverage 83.28% 83.31% +0.03%
===========================================
Files 1886 1881 -5
Lines 49185 49101 -84
Branches 5777 5769 -8
===========================================
- Hits 40962 40909 -53
+ Misses 6145 6116 -29
+ Partials 2078 2076 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -156,7 +156,7 @@ class DefaultBugReporter @Inject constructor( | |||
if (crashCallStack.isNotEmpty() && withCrashLogs) { | |||
builder.addFormDataPart("label", "crash") | |||
} | |||
currentTracingFilter?.let { | |||
currentTracingLogLevel?.let { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change on next line tracing_filter
to tracing_log_level
|
Content
This PR updates the rust sdk to 0.2.75.
It does include breaking change on tracing because of matrix-org/matrix-rust-sdk#4492.
I've simplified the screens so we just include the LogLevel in developper settings.
For this I've introduced a new
PreferenceDropdown
component.Can be reviewed commit by commit.
Motivation and context
New sdk https://github.com/matrix-org/matrix-rust-components-kotlin/releases/tag/sdk-v0.2.75
Screenshots / GIFs
Tests
Tested devices
Checklist