package n4;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class D extends q0 {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final long f15200f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final long f15201g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final String f15202h;
    public final List i;

    public D(int i, String str, int i5, int i8, long j8, long j9, long j10, String str2, List list) {
        this.f15195a = i;
        this.f15196b = str;
        this.f15197c = i5;
        this.f15198d = i8;
        this.f15199e = j8;
        this.f15200f = j9;
        this.f15201g = j10;
        this.f15202h = str2;
        this.i = list;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof q0) {
            q0 q0Var = (q0) obj;
            if (this.f15195a == ((D) q0Var).f15195a) {
                D d8 = (D) q0Var;
                if (this.f15196b.equals(d8.f15196b) && this.f15197c == d8.f15197c && this.f15198d == d8.f15198d && this.f15199e == d8.f15199e && this.f15200f == d8.f15200f && this.f15201g == d8.f15201g) {
                    String str = d8.f15202h;
                    String str2 = this.f15202h;
                    if (str2 != null ? str2.equals(str) : str == null) {
                        List list = d8.i;
                        List list2 = this.i;
                        if (list2 != null ? list2.equals(list) : list == null) {
                            return true;
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((((this.f15195a ^ 1000003) * 1000003) ^ this.f15196b.hashCode()) * 1000003) ^ this.f15197c) * 1000003) ^ this.f15198d) * 1000003;
        long j8 = this.f15199e;
        int i = (iHashCode ^ ((int) (j8 ^ (j8 >>> 32)))) * 1000003;
        long j9 = this.f15200f;
        int i5 = (i ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003;
        long j10 = this.f15201g;
        int i8 = (i5 ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003;
        String str = this.f15202h;
        int iHashCode2 = (i8 ^ (str == null ? 0 : str.hashCode())) * 1000003;
        List list = this.i;
        return iHashCode2 ^ (list != null ? list.hashCode() : 0);
    }

    public final String toString() {
        return "ApplicationExitInfo{pid=" + this.f15195a + ", processName=" + this.f15196b + ", reasonCode=" + this.f15197c + ", importance=" + this.f15198d + ", pss=" + this.f15199e + ", rss=" + this.f15200f + ", timestamp=" + this.f15201g + ", traceFile=" + this.f15202h + ", buildIdMappingForArch=" + this.i + "}";
    }
}
