package n4;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class S extends C0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final List f15279a;

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final V f15282d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final List f15283e;

    public S(List list, U u8, q0 q0Var, V v7, List list2) {
        this.f15279a = list;
        this.f15280b = u8;
        this.f15281c = q0Var;
        this.f15282d = v7;
        this.f15283e = list2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0)) {
            return false;
        }
        C0 c02 = (C0) obj;
        List list = this.f15279a;
        if (list == null) {
            if (((S) c02).f15279a != null) {
                return false;
            }
        } else if (!list.equals(((S) c02).f15279a)) {
            return false;
        }
        U u8 = this.f15280b;
        if (u8 == null) {
            if (((S) c02).f15280b != null) {
                return false;
            }
        } else if (!u8.equals(((S) c02).f15280b)) {
            return false;
        }
        q0 q0Var = this.f15281c;
        if (q0Var == null) {
            if (((S) c02).f15281c != null) {
                return false;
            }
        } else if (!q0Var.equals(((S) c02).f15281c)) {
            return false;
        }
        S s8 = (S) c02;
        return this.f15282d.equals(s8.f15282d) && this.f15283e.equals(s8.f15283e);
    }

    public final int hashCode() {
        List list = this.f15279a;
        int iHashCode = ((list == null ? 0 : list.hashCode()) ^ 1000003) * 1000003;
        U u8 = this.f15280b;
        int iHashCode2 = (iHashCode ^ (u8 == null ? 0 : u8.hashCode())) * 1000003;
        q0 q0Var = this.f15281c;
        return (((((q0Var != null ? q0Var.hashCode() : 0) ^ iHashCode2) * 1000003) ^ this.f15282d.hashCode()) * 1000003) ^ this.f15283e.hashCode();
    }

    public final String toString() {
        return "Execution{threads=" + this.f15279a + ", exception=" + this.f15280b + ", appExitInfo=" + this.f15281c + ", signal=" + this.f15282d + ", binaries=" + this.f15283e + "}";
    }
}
