android / android/codelab-android-workmanager
Timber.e("Invalid input uri") vs Log.e("Invalid input uri")
- Dominant language
- Kotlin
- Stars
- 557
- Forks
- 242
- PR merge metrics
- No merged PRs in 30d
Description
As part of my project work for GADS2022, I came across this discrepancy. Throughout the codelab Log.e("something") is used but in section 6: Chain your Work, the code snippet for the BlurWork class used Timber.e("something").
https://developer.android.com/codelabs/android-workmanager?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-6-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fandroid-workmanager#5
Contributor guide
Research direction
Start with section 6, “Chain your Work,” of the Android WorkManager codelab and inspect the BlurWork code snippet linked in the issue. Compare its Timber.e usage with the surrounding Log.e examples, then make the logging reference consistent and verify the displayed codelab code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- documentation, mobile
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100