nowinandroid
nowinandroid copied to clipboard
[FR]: Investigate using a logging library
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the problem
- Should we use a logging library such as Timber? (Related: https://github.com/android/nowinandroid/pull/212)
Describe the solution
- accompanist uses https://github.com/AAkira/Napier
- iosched / adssched uses Timber
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Also consider logcat, a pretty nice minimal logging library with a very understandable API imo.
Thanks for the idea! The team consensus it that there's very little logging in the app and so there's no justification for using a library at the moment.