Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ypresto ypresto released this 17 Nov 03:09
· 1 commit to master since this release
  • 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.