package defpackage;

import java.util.List;

/* JADX INFO: renamed from: ˆᵜᵢ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0858 extends AbstractC1448 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final AbstractC4668 f3800;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final AbstractC4803 f3801;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final List f3802;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final List f3803;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final C4160 f3804;

    public C0858(List list, C1490 c1490, AbstractC4803 abstractC4803, C4160 c4160, List list2) {
        this.f3803 = list;
        this.f3800 = c1490;
        this.f3801 = abstractC4803;
        this.f3804 = c4160;
        this.f3802 = list2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC1448)) {
            return false;
        }
        AbstractC1448 abstractC1448 = (AbstractC1448) obj;
        List list = this.f3803;
        if (list == null) {
            if (((C0858) abstractC1448).f3803 != null) {
                return false;
            }
        } else if (!list.equals(((C0858) abstractC1448).f3803)) {
            return false;
        }
        AbstractC4668 abstractC4668 = this.f3800;
        if (abstractC4668 == null) {
            if (((C0858) abstractC1448).f3800 != null) {
                return false;
            }
        } else if (!abstractC4668.equals(((C0858) abstractC1448).f3800)) {
            return false;
        }
        AbstractC4803 abstractC4803 = this.f3801;
        if (abstractC4803 == null) {
            if (((C0858) abstractC1448).f3801 != null) {
                return false;
            }
        } else if (!abstractC4803.equals(((C0858) abstractC1448).f3801)) {
            return false;
        }
        C0858 c0858 = (C0858) abstractC1448;
        return this.f3804.equals(c0858.f3804) && this.f3802.equals(c0858.f3802);
    }

    public final int hashCode() {
        List list = this.f3803;
        int iHashCode = ((list == null ? 0 : list.hashCode()) ^ 1000003) * 1000003;
        AbstractC4668 abstractC4668 = this.f3800;
        int iHashCode2 = (iHashCode ^ (abstractC4668 == null ? 0 : abstractC4668.hashCode())) * 1000003;
        AbstractC4803 abstractC4803 = this.f3801;
        return this.f3802.hashCode() ^ (((((abstractC4803 != null ? abstractC4803.hashCode() : 0) ^ iHashCode2) * 1000003) ^ this.f3804.hashCode()) * 1000003);
    }

    public final String toString() {
        return "Execution{threads=" + this.f3803 + ", exception=" + this.f3800 + ", appExitInfo=" + this.f3801 + ", signal=" + this.f3804 + ", binaries=" + this.f3802 + "}";
    }
}
