package n4;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class W extends B0 {

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

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

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

    public W(String str, int i, List list) {
        this.f15296a = str;
        this.f15297b = i;
        this.f15298c = list;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof B0) {
            B0 b02 = (B0) obj;
            if (this.f15296a.equals(((W) b02).f15296a)) {
                W w4 = (W) b02;
                if (this.f15297b == w4.f15297b && this.f15298c.equals(w4.f15298c)) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((this.f15296a.hashCode() ^ 1000003) * 1000003) ^ this.f15297b) * 1000003) ^ this.f15298c.hashCode();
    }

    public final String toString() {
        return "Thread{name=" + this.f15296a + ", importance=" + this.f15297b + ", frames=" + this.f15298c + "}";
    }
}
