package com.google.android.gms.internal.ads;

import java.util.logging.Level;
import java.util.logging.Logger;

/* JADX INFO: loaded from: classes2.dex */
public final class bg2 extends rb {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ int f9525b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f9526c;

    /* JADX WARN: Illegal instructions before constructor call */
    public bg2(String str, int i10) {
        this.f9525b = i10;
        int i11 = 10;
        if (i10 != 1) {
            super(i11);
            this.f9526c = str;
        } else {
            super(i11);
            this.f9526c = Logger.getLogger(str);
        }
    }

    public final void z(String str) {
        int i10 = this.f9525b;
        Object obj = this.f9526c;
        switch (i10) {
            case 0:
                new StringBuilder(String.valueOf(str).length() + String.valueOf((String) obj).length() + 1);
                break;
            default:
                ((Logger) obj).logp(Level.FINE, "com.googlecode.mp4parser.util.JuliLogger", "logDebug", str);
                break;
        }
    }
}
