package p138.p176.p177.p242.p246.p249;

import android.util.Log;
import p000.p001.p002.p003.p004.C0567;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ފ.ކ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4271 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f13553;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f13554;

    public C4271(String str, String str2) {
        C0567.m1857(str, (Object) "log tag cannot be null");
        Object[] objArr = {str, 23};
        if (!(str.length() <= 23)) {
            throw new IllegalArgumentException(String.format("tag \"%s\" is longer than the %d character maximum", objArr));
        }
        this.f13553 = str;
        if (str2 == null || str2.length() <= 0) {
            this.f13554 = null;
        } else {
            this.f13554 = str2;
        }
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final boolean m6957(int i) {
        return Log.isLoggable(this.f13553, i);
    }
}
