Skip to content

Conversation

@ezaquarii
Copy link
Contributor

@ezaquarii ezaquarii commented Jul 28, 2019

Needs nextcloud/android#4275

This changes makes Log_OC implementation swappable at runtime,
so app using this library can plug their own logger.

Signed-off-by: Chris Narkiewicz hello@ezaquarii.com

@codecov
Copy link

codecov bot commented Jul 28, 2019

Codecov Report

Merging #324 into master will increase coverage by 0.03%.
The diff coverage is 38.88%.

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   21.52%   21.55%   +0.03%     
==========================================
  Files         117      117              
  Lines        5152     5172      +20     
  Branches      700      700              
==========================================
+ Hits         1109     1115       +6     
- Misses       3915     3928      +13     
- Partials      128      129       +1
Impacted Files Coverage Δ
.../com/owncloud/android/lib/common/utils/Log_OC.java 15.94% <38.88%> (+4.07%) ⬆️
...wncloud/android/lib/resources/files/FileUtils.java 71.42% <0%> (-14.29%) ⬇️

2 similar comments
@codecov
Copy link

codecov bot commented Jul 28, 2019

Codecov Report

Merging #324 into master will increase coverage by 0.03%.
The diff coverage is 38.88%.

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   21.52%   21.55%   +0.03%     
==========================================
  Files         117      117              
  Lines        5152     5172      +20     
  Branches      700      700              
==========================================
+ Hits         1109     1115       +6     
- Misses       3915     3928      +13     
- Partials      128      129       +1
Impacted Files Coverage Δ
.../com/owncloud/android/lib/common/utils/Log_OC.java 15.94% <38.88%> (+4.07%) ⬆️
...wncloud/android/lib/resources/files/FileUtils.java 71.42% <0%> (-14.29%) ⬇️

@codecov
Copy link

codecov bot commented Jul 28, 2019

Codecov Report

Merging #324 into master will increase coverage by 0.03%.
The diff coverage is 38.88%.

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   21.52%   21.55%   +0.03%     
==========================================
  Files         117      117              
  Lines        5152     5172      +20     
  Branches      700      700              
==========================================
+ Hits         1109     1115       +6     
- Misses       3915     3928      +13     
- Partials      128      129       +1
Impacted Files Coverage Δ
.../com/owncloud/android/lib/common/utils/Log_OC.java 15.94% <38.88%> (+4.07%) ⬆️
...wncloud/android/lib/resources/files/FileUtils.java 71.42% <0%> (-14.29%) ⬇️

This changes makes Log_OC implementation swappable at runtime,
so app using this library can plug their own logger.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
@ezaquarii ezaquarii force-pushed the plug-custom-impl-into-legacy-logger branch from 0d9c17f to e29a7c3 Compare July 28, 2019 20:52
@nextcloud-android-bot
Copy link
Collaborator

Lint

TypemasterPR
Warnings00
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings14
Correctness Warnings40
Internationalization Warnings6
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings3
Performance Warnings16
Security Warnings17
Dodgy code Warnings81
Total181

@tobiasKaminsky tobiasKaminsky merged commit f2434ec into master Aug 7, 2019
@tobiasKaminsky tobiasKaminsky deleted the plug-custom-impl-into-legacy-logger branch August 7, 2019 11:54
@AndyScherzinger AndyScherzinger added this to the NC Android lib 1.6.0 milestone Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants