what-the-bank/sources/o/AbstractC15050gfj.java

78 lines
2.4 KiB
Java

package o;
/* renamed from: o.gfj, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC15050gfj<T> extends ghE {
public int d;
public abstract InterfaceC14907gbi<T> b();
public abstract Object d();
/* JADX WARN: Multi-variable type inference failed */
public <T> T d(Object obj) {
return obj;
}
public void d(Object obj, Throwable th) {
}
public AbstractC15050gfj(int i) {
this.d = i;
}
public Throwable b(Object obj) {
C15000geK c15000geK = obj instanceof C15000geK ? (C15000geK) obj : null;
if (c15000geK != null) {
return c15000geK.d;
}
return null;
}
/* JADX WARN: Can't wrap try/catch for region: R(11:6|7|(1:44)(1:13)|(1:(1:42)(1:43))(4:17|(2:22|23)|40|23)|24|(2:26|(5:28|29|30|31|32)(1:37))|38|29|30|31|32) */
/* JADX WARN: Code restructure failed: missing block: B:35:0x00c3, code lost:
r1 = move-exception;
*/
/* JADX WARN: Code restructure failed: missing block: B:36:0x00c4, code lost:
r2 = o.C13395fZS.b;
o.C14957gcv.e(r1, "");
r0 = o.C13395fZS.a(new o.C13395fZS.LWm(r1));
*/
@Override // java.lang.Runnable
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void run() {
/*
Method dump skipped, instructions count: 272
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: o.AbstractC15050gfj.run():void");
}
public final void c(Throwable th, Throwable th2) {
if (th == null && th2 == null) {
return;
}
if (th != null && th2 != null) {
C14957gcv.e(th, "");
C14957gcv.e(th2, "");
if (th != th2) {
C14887gbC.c.d(th, th2);
}
}
if (th == null) {
th = th2;
}
StringBuilder sb = new StringBuilder("Fatal exception in coroutines machinery for ");
sb.append(this);
sb.append(". Please read KDoc to 'handleFatalException' method and report this incident to maintainers");
String obj = sb.toString();
C14957gcv.e(th);
geO.b(b().getContext(), new geW(obj, th));
}
}