package p138.p176.p291.p296.p297.p301;

import p138.p139.p143.p144.C2803;
import p138.p176.p291.p296.p297.p301.AbstractC5781;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ގ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5768 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799.AbstractC5800 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final long f16454;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f16455;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f16456;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final long f16457;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final int f16458;

    /* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ގ$ؠ, reason: contains not printable characters */
    public static final class C5770 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799.AbstractC5800.AbstractC5801 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public Long f16459;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public String f16460;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public String f16461;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public Long f16462;

        /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
        public Integer f16463;

        @Override // p138.p176.p291.p296.p297.p301.AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799.AbstractC5800.AbstractC5801
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799.AbstractC5800 mo9104() {
            String strM4879 = this.f16459 == null ? " pc" : "";
            if (this.f16460 == null) {
                strM4879 = C2803.m4879(strM4879, " symbol");
            }
            if (this.f16462 == null) {
                strM4879 = C2803.m4879(strM4879, " offset");
            }
            if (this.f16463 == null) {
                strM4879 = C2803.m4879(strM4879, " importance");
            }
            if (strM4879.isEmpty()) {
                return new C5768(this.f16459.longValue(), this.f16460, this.f16461, this.f16462.longValue(), this.f16463.intValue(), null);
            }
            throw new IllegalStateException(C2803.m4879("Missing required properties:", strM4879));
        }
    }

    public /* synthetic */ C5768(long j, String str, String str2, long j2, int i, C5769 c5769) {
        this.f16454 = j;
        this.f16455 = str;
        this.f16456 = str2;
        this.f16457 = j2;
        this.f16458 = i;
    }

    public boolean equals(Object obj) {
        String str;
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799.AbstractC5800)) {
            return false;
        }
        C5768 c5768 = (C5768) ((AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5799.AbstractC5800) obj);
        return this.f16454 == c5768.f16454 && this.f16455.equals(c5768.f16455) && ((str = this.f16456) != null ? str.equals(c5768.f16456) : c5768.f16456 == null) && this.f16457 == c5768.f16457 && this.f16458 == c5768.f16458;
    }

    public int hashCode() {
        long j = this.f16454;
        int iHashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f16455.hashCode()) * 1000003;
        String str = this.f16456;
        int iHashCode2 = (iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j2 = this.f16457;
        return this.f16458 ^ ((iHashCode2 ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Frame{pc=");
        sbM4889.append(this.f16454);
        sbM4889.append(", symbol=");
        sbM4889.append(this.f16455);
        sbM4889.append(", file=");
        sbM4889.append(this.f16456);
        sbM4889.append(", offset=");
        sbM4889.append(this.f16457);
        sbM4889.append(", importance=");
        return C2803.m4882(sbM4889, this.f16458, "}");
    }
}
