package p025.p026;

import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import kotlin.jvm.internal.DefaultConstructorMarker;

/* JADX INFO: renamed from: އ.֏.ޏ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C1318 {

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public static final AtomicIntegerFieldUpdater f4455 = AtomicIntegerFieldUpdater.newUpdater(C1318.class, "_handled");
    public volatile int _handled;

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Throwable f4456;

    public C1318(Throwable th, boolean z) {
        this.f4456 = th;
        this._handled = z ? 1 : 0;
    }

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Type inference failed for: r2v1, types: [int] */
    /* JADX WARN: Type inference failed for: r2v2 */
    /* JADX WARN: Type inference failed for: r2v3 */
    public /* synthetic */ C1318(Throwable th, boolean z, int i, DefaultConstructorMarker defaultConstructorMarker) {
        ?? r2 = (i & 2) != 0 ? 0 : z;
        this.f4456 = th;
        this._handled = r2;
    }

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