timber v4.5.0 Release Notes

Release Date: 2017-01-10 // about 7 years ago
    • New: Automatically truncate class name tags to Android's limit of 23 characters.
    • New: Lint check for detecting null/empty messages or using the exception message when logging an exception. Use the single-argument logging overloads instead.
    • Fix: Correct NPE in lint check when using String.format.