package n4;

import d5.AbstractC0844a;

/* JADX INFO: loaded from: classes.dex */
public final class Y extends A0 {

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

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

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

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

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

    public Y(long j8, String str, String str2, long j9, int i) {
        this.f15305a = j8;
        this.f15306b = str;
        this.f15307c = str2;
        this.f15308d = j9;
        this.f15309e = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof A0) {
            A0 a02 = (A0) obj;
            if (this.f15305a == ((Y) a02).f15305a) {
                Y y8 = (Y) a02;
                if (this.f15306b.equals(y8.f15306b)) {
                    String str = y8.f15307c;
                    String str2 = this.f15307c;
                    if (str2 != null ? str2.equals(str) : str == null) {
                        if (this.f15308d == y8.f15308d && this.f15309e == y8.f15309e) {
                            return true;
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        long j8 = this.f15305a;
        int iHashCode = (((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ this.f15306b.hashCode()) * 1000003;
        String str = this.f15307c;
        int iHashCode2 = (iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
        long j9 = this.f15308d;
        return ((iHashCode2 ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ this.f15309e;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Frame{pc=");
        sb.append(this.f15305a);
        sb.append(", symbol=");
        sb.append(this.f15306b);
        sb.append(", file=");
        sb.append(this.f15307c);
        sb.append(", offset=");
        sb.append(this.f15308d);
        sb.append(", importance=");
        return AbstractC0844a.n(sb, this.f15309e, "}");
    }
}
