Fix logging format for error messages in PlainBatchFileReaderWriter#2652
Conversation
47948f4 to
9206327
Compare
|
/merge -p medium |
|
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
The expected merge time in
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2652 +/- ##
===========================================
- Coverage 69.98% 69.97% -0.01%
===========================================
Files 820 820
Lines 30631 30631
Branches 5153 5153
===========================================
- Hits 21435 21431 -4
+ Misses 7765 7761 -4
- Partials 1431 1439 +8
🚀 New features to boost your workflow:
|
This pull request includes a minor change to the
PlainBatchFileReaderWriterclass in thedd-sdk-android-coremodule. The change fixes the logging statement by replacing a string literal with the constantERROR_READfor improved code clarity and maintainability.dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/internal/persistence/file/batch/PlainBatchFileReaderWriter.kt: Replaced the string literal"ERROR_READ"with the constantERROR_READin the logging statement to enhance readability and maintain consistency.### What does this PR do?A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)