-
Notifications
You must be signed in to change notification settings - Fork 43
feat: optimized IO file logger #4078
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #4078 +/- ##
===========================================
- Coverage 47.74% 47.15% -0.59%
===========================================
Files 525 528 +3
Lines 17918 18142 +224
Branches 2950 2979 +29
===========================================
Hits 8555 8555
- Misses 8481 8705 +224
Partials 882 882
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Built wire-android-staging-compat-pr-4078.apk is available for download |
Built wire-android-dev-debug-pr-4078.apk is available for download |
# Conflicts: # default.json
|
Built wire-android-staging-compat-pr-4078.apk is available for download |
Built wire-android-dev-debug-pr-4078.apk is available for download |
This PR is stale because it has been open 30 days with no activity. Please update it or close it in case is not relevant anymore. |
# Conflicts: # app/src/androidTest/kotlin/com/wire/android/ui/debug/DebugScreenComposeTest.kt # app/src/main/kotlin/com/wire/android/services/CallService.kt
# Conflicts: # app/src/main/kotlin/com/wire/android/ui/debug/DebugScreen.kt # buildSrc/src/main/kotlin/customization/FeatureConfigs.kt # default.json
# Conflicts: # buildSrc/src/main/kotlin/customization/FeatureConfigs.kt # default.json
…-logging # Conflicts: # buildSrc/src/main/kotlin/customization/FeatureConfigs.kt # default.json
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.
Looking good, gave a few suggestions about resource closure and a couple of questions.
app/src/main/kotlin/com/wire/android/util/logging/LogFileWriterV2Impl.kt
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/util/logging/LogFileWriterV2Impl.kt
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/util/logging/LogFileWriterV2Impl.kt
Show resolved
Hide resolved
app/src/main/kotlin/com/wire/android/util/logging/LogFileWriterV2Impl.kt
Show resolved
Hide resolved
…-logging # Conflicts: # default.json
…rV2Impl.kt Co-authored-by: Yamil Medina <[email protected]>
…rV2Impl.kt Co-authored-by: Yamil Medina <[email protected]>
afc0c1a
to
e6cc9de
Compare
|
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.
🚀
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
the current LogFileWriter have some short comming
Solutions
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.