package defpackage;

/* JADX INFO: renamed from: ˁⁱᵱ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0779 extends AbstractC0558 {

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

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

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

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

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

    public C0779(long j, String str, String str2, long j2, int i) {
        this.f3457 = j;
        this.f3454 = str;
        this.f3455 = str2;
        this.f3458 = j2;
        this.f3456 = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC0558) {
            C0779 c0779 = (C0779) ((AbstractC0558) obj);
            if (this.f3457 == c0779.f3457 && this.f3454.equals(c0779.f3454)) {
                String str = c0779.f3455;
                String str2 = this.f3455;
                if (str2 != null ? str2.equals(str) : str == null) {
                    if (this.f3458 == c0779.f3458 && this.f3456 == c0779.f3456) {
                        return true;
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f3457;
        int iHashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f3454.hashCode()) * 1000003;
        String str = this.f3455;
        int iHashCode2 = (iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j2 = this.f3458;
        return this.f3456 ^ ((iHashCode2 ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Frame{pc=");
        sb.append(this.f3457);
        sb.append(", symbol=");
        sb.append(this.f3454);
        sb.append(", file=");
        sb.append(this.f3455);
        sb.append(", offset=");
        sb.append(this.f3458);
        sb.append(", importance=");
        return AbstractC3589.m8110(sb, this.f3456, "}");
    }
}
