discord-jadx/app/src/main/java/c/i/a/f/e/k/f.java

12 lines
451 B
Java

package c.i.a.f.e.k;
import androidx.annotation.RecentlyNonNull;
import com.airbnb.lottie.parser.AnimatableValueParser;
/* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */
public final class f {
public f(@RecentlyNonNull String str) {
AnimatableValueParser.z(str, "log tag cannot be null");
AnimatableValueParser.o(str.length() <= 23, "tag \"%s\" is longer than the %d character maximum", str, 23);
}
}