This repository was archived by the owner on Oct 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 307
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Replace Timber with logcat #1505
Copy link
Copy link
Closed
Labels
C-featureCategory: This is a feature requestCategory: This is a feature requestC-technical-debtCategory: This makes the code harder to read and modify, but has no impact on end usersCategory: This makes the code harder to read and modify, but has no impact on end usersE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-mediumPriority: mediumPriority: mediumhacktoberfestIssues that are up for grabs for Hacktoberfest participantsIssues that are up for grabs for Hacktoberfest participants
Description
Currently the app and all other libs are using Timber for logging. Timber itself is pretty nice and solves a ton of issues but now Square released a new logging library called logcat.
Logcat improves upon timber and hence we should migrate to it.
https://github.com/square/logcat for reference.
Metadata
Metadata
Assignees
Labels
C-featureCategory: This is a feature requestCategory: This is a feature requestC-technical-debtCategory: This makes the code harder to read and modify, but has no impact on end usersCategory: This makes the code harder to read and modify, but has no impact on end usersE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRP-mediumPriority: mediumPriority: mediumhacktoberfestIssues that are up for grabs for Hacktoberfest participantsIssues that are up for grabs for Hacktoberfest participants