package Z6;

import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;

/* JADX INFO: renamed from: Z6.q, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0377q {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ AtomicIntegerFieldUpdater f7540b = AtomicIntegerFieldUpdater.newUpdater(C0377q.class, "_handled$volatile");
    private volatile /* synthetic */ int _handled$volatile;

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

    public C0377q(Throwable th, boolean z8) {
        this.f7541a = th;
        this._handled$volatile = z8 ? 1 : 0;
    }

    public final String toString() {
        return getClass().getSimpleName() + '[' + this.f7541a + ']';
    }
}
