package g.h.a;

import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class h implements g.h.a.b {
    public final int a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f5264b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    @NonNull
    public final d f5265c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    @Nullable
    public final String f5266d;

    public static class b {

        /* JADX INFO: renamed from: c, reason: collision with root package name */
        @Nullable
        public d f5268c;
        public int a = 2;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public boolean f5267b = true;

        /* JADX INFO: renamed from: d, reason: collision with root package name */
        @Nullable
        public String f5269d = "PRETTY_LOGGER";

        public b(a aVar) {
        }
    }

    public h(b bVar, a aVar) {
        this.a = bVar.a;
        this.f5264b = bVar.f5267b;
        this.f5265c = bVar.f5268c;
        this.f5266d = bVar.f5269d;
    }

    /* JADX WARN: Removed duplicated region for block: B:21:0x0046  */
    @Override // g.h.a.b
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    public void a(int r13, @android.support.annotation.Nullable java.lang.String r14, @android.support.annotation.NonNull java.lang.String r15) {
        /*
            Method dump skipped, instruction units count: 356
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: g.h.a.h.a(int, java.lang.String, java.lang.String):void");
    }

    public final void b(int i2, @Nullable String str, @NonNull String str2) {
        Objects.requireNonNull(str2);
        this.f5265c.a(i2, str, str2);
    }

    public final void c(int i2, @Nullable String str, @NonNull String str2) {
        for (String str3 : str2.split(System.getProperty("line.separator"))) {
            b(i2, str, "│ " + str3);
        }
    }
}
