package defpackage;

import java.util.List;

/* JADX INFO: renamed from: ˌʔᵺ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1564 extends AbstractC5546 {

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

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

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

    public C1564(String str, int i, List list) {
        this.f6263 = str;
        this.f6261 = i;
        this.f6262 = list;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC5546) {
            C1564 c1564 = (C1564) ((AbstractC5546) obj);
            if (this.f6263.equals(c1564.f6263) && this.f6261 == c1564.f6261 && this.f6262.equals(c1564.f6262)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return this.f6262.hashCode() ^ ((((this.f6263.hashCode() ^ 1000003) * 1000003) ^ this.f6261) * 1000003);
    }

    public final String toString() {
        return "Thread{name=" + this.f6263 + ", importance=" + this.f6261 + ", frames=" + this.f6262 + "}";
    }
}
