package defpackage;

import java.util.List;

/* JADX INFO: renamed from: ˏᵬˑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1897 extends AbstractC4803 {

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

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final String f7513;

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

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

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

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final long f7517;

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

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final List f7519;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final long f7520;

    public C1897(int i, String str, int i2, int i3, long j, long j2, long j3, String str2, List list) {
        this.f7516 = i;
        this.f7512 = str;
        this.f7514 = i2;
        this.f7518 = i3;
        this.f7515 = j;
        this.f7520 = j2;
        this.f7517 = j3;
        this.f7513 = str2;
        this.f7519 = list;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC4803) {
            C1897 c1897 = (C1897) ((AbstractC4803) obj);
            if (this.f7516 == c1897.f7516 && this.f7512.equals(c1897.f7512) && this.f7514 == c1897.f7514 && this.f7518 == c1897.f7518 && this.f7515 == c1897.f7515 && this.f7520 == c1897.f7520 && this.f7517 == c1897.f7517) {
                String str = c1897.f7513;
                String str2 = this.f7513;
                if (str2 != null ? str2.equals(str) : str == null) {
                    List list = c1897.f7519;
                    List list2 = this.f7519;
                    if (list2 != null ? list2.equals(list) : list == null) {
                        return true;
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((((this.f7516 ^ 1000003) * 1000003) ^ this.f7512.hashCode()) * 1000003) ^ this.f7514) * 1000003) ^ this.f7518) * 1000003;
        long j = this.f7515;
        int i = (iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003;
        long j2 = this.f7520;
        int i2 = (i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003;
        long j3 = this.f7517;
        int i3 = (i2 ^ ((int) (j3 ^ (j3 >>> 32)))) * 1000003;
        String str = this.f7513;
        int iHashCode2 = (i3 ^ (str == null ? 0 : str.hashCode())) * 1000003;
        List list = this.f7519;
        return iHashCode2 ^ (list != null ? list.hashCode() : 0);
    }

    public final String toString() {
        return "ApplicationExitInfo{pid=" + this.f7516 + ", processName=" + this.f7512 + ", reasonCode=" + this.f7514 + ", importance=" + this.f7518 + ", pss=" + this.f7515 + ", rss=" + this.f7520 + ", timestamp=" + this.f7517 + ", traceFile=" + this.f7513 + ", buildIdMappingForArch=" + this.f7519 + "}";
    }
}
