Releases: ypresto/TimberTreeUtils
Releases · ypresto/TimberTreeUtils
v1.0.0
- Timber 4.x
- Fix ErrorLogRecorder to remove internal method calls
- Split CrashlyticsTree into CrashlyticsLogExceptionTree and CrashlyticsLogTree
- Custom exclusion strategy
- Add test
Migration from pre-1.0.0:
- CrashlyticsTree has been removed and split into CrashlyticsLogExceptionTree and CrashlyticsLogTree. Plant both of them (Log then LogException) to keep original behavior.
- NO_FAIL_FAST functionality has been removed. Please implement LogExclusionStrategy by yourself if you want to use it.
- "Timber.e" non-fatals in Crashlytics will be distinguished by individual entry points.