IsLoggableTagLength
Log tag too long, cannot exceed 23 characters.

Severity
ERROR

The problem

Log.isLoggable(tag, level) throws an IllegalArgumentException if its tag argument is more than 23 characters long.

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("IsLoggableTagLength") to the enclosing element.