Skip to content

Releases: ypresto/TimberTreeUtils

v1.0.0

17 Nov 03:09
Compare
Choose a tag to compare
  • 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.