package defpackage;

/* JADX INFO: renamed from: ᵟ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3051 extends AbstractC4079 {

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

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

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

    /* JADX INFO: renamed from: ᵝᵶ, reason: contains not printable characters */
    public final AbstractC4803 f11684;

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

    /* JADX INFO: renamed from: ᵮᵣᵗˈ, reason: contains not printable characters */
    public final AbstractC4477 f11686;

    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public final String f11687;

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

    /* JADX INFO: renamed from: ᵶᵥᵝ, reason: contains not printable characters */
    public final AbstractC2866 f11689;

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

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

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

    public C3051(String str, String str2, int i, String str3, String str4, String str5, String str6, String str7, String str8, AbstractC2866 abstractC2866, AbstractC4477 abstractC4477, AbstractC4803 abstractC4803) {
        this.f11681 = str;
        this.f11683 = str2;
        this.f11690 = i;
        this.f11685 = str3;
        this.f11692 = str4;
        this.f11688 = str5;
        this.f11682 = str6;
        this.f11691 = str7;
        this.f11687 = str8;
        this.f11689 = abstractC2866;
        this.f11686 = abstractC4477;
        this.f11684 = abstractC4803;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC4079) {
            C3051 c3051 = (C3051) ((AbstractC4079) obj);
            if (this.f11681.equals(c3051.f11681) && this.f11683.equals(c3051.f11683) && this.f11690 == c3051.f11690 && this.f11685.equals(c3051.f11685)) {
                String str = c3051.f11692;
                String str2 = this.f11692;
                if (str2 != null ? str2.equals(str) : str == null) {
                    String str3 = c3051.f11688;
                    String str4 = this.f11688;
                    if (str4 != null ? str4.equals(str3) : str3 == null) {
                        String str5 = c3051.f11682;
                        String str6 = this.f11682;
                        if (str6 != null ? str6.equals(str5) : str5 == null) {
                            if (this.f11691.equals(c3051.f11691) && this.f11687.equals(c3051.f11687)) {
                                AbstractC2866 abstractC2866 = c3051.f11689;
                                AbstractC2866 abstractC28662 = this.f11689;
                                if (abstractC28662 != null ? abstractC28662.equals(abstractC2866) : abstractC2866 == null) {
                                    AbstractC4477 abstractC4477 = c3051.f11686;
                                    AbstractC4477 abstractC44772 = this.f11686;
                                    if (abstractC44772 != null ? abstractC44772.equals(abstractC4477) : abstractC4477 == null) {
                                        AbstractC4803 abstractC4803 = c3051.f11684;
                                        AbstractC4803 abstractC48032 = this.f11684;
                                        if (abstractC48032 != null ? abstractC48032.equals(abstractC4803) : abstractC4803 == null) {
                                            return true;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((((this.f11681.hashCode() ^ 1000003) * 1000003) ^ this.f11683.hashCode()) * 1000003) ^ this.f11690) * 1000003) ^ this.f11685.hashCode()) * 1000003;
        String str = this.f11692;
        int iHashCode2 = (iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
        String str2 = this.f11688;
        int iHashCode3 = (iHashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f11682;
        int iHashCode4 = (((((iHashCode3 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003) ^ this.f11691.hashCode()) * 1000003) ^ this.f11687.hashCode()) * 1000003;
        AbstractC2866 abstractC2866 = this.f11689;
        int iHashCode5 = (iHashCode4 ^ (abstractC2866 == null ? 0 : abstractC2866.hashCode())) * 1000003;
        AbstractC4477 abstractC4477 = this.f11686;
        int iHashCode6 = (iHashCode5 ^ (abstractC4477 == null ? 0 : abstractC4477.hashCode())) * 1000003;
        AbstractC4803 abstractC4803 = this.f11684;
        return iHashCode6 ^ (abstractC4803 != null ? abstractC4803.hashCode() : 0);
    }

    public final String toString() {
        return "CrashlyticsReport{sdkVersion=" + this.f11681 + ", gmpAppId=" + this.f11683 + ", platform=" + this.f11690 + ", installationUuid=" + this.f11685 + ", firebaseInstallationId=" + this.f11692 + ", firebaseAuthenticationToken=" + this.f11688 + ", appQualitySessionId=" + this.f11682 + ", buildVersion=" + this.f11691 + ", displayVersion=" + this.f11687 + ", session=" + this.f11689 + ", ndkPayload=" + this.f11686 + ", appExitInfo=" + this.f11684 + "}";
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C1703 m7148() {
        C1703 c1703 = new C1703();
        c1703.f6807 = this.f11681;
        c1703.f6800 = this.f11683;
        c1703.f6802 = this.f11690;
        c1703.f6810 = this.f11685;
        c1703.f6804 = this.f11692;
        c1703.f6812 = this.f11688;
        c1703.f6808 = this.f11682;
        c1703.f6801 = this.f11691;
        c1703.f6811 = this.f11687;
        c1703.f6806 = this.f11689;
        c1703.f6809 = this.f11686;
        c1703.f6805 = this.f11684;
        c1703.f6803 = (byte) 1;
        return c1703;
    }
}
