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

50 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.gby, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public class C14923gby extends gbA {
/* renamed from: o.gby$IeS */
/* loaded from: classes.dex */
static final class IeS {
public static final Integer d;
private IeS() {
}
static {
Integer num;
Object obj;
new IeS();
Integer num2 = null;
try {
obj = Class.forName("android.os.Build$VERSION").getField("SDK_INT").get(null);
} catch (Throwable unused) {
}
if (obj instanceof Integer) {
num = (Integer) obj;
if (num != null && num.intValue() > 0) {
num2 = num;
}
d = num2;
}
num = null;
if (num != null) {
num2 = num;
}
d = num2;
}
}
@Override // o.gbA
public final void d(Throwable th, Throwable th2) {
C14957gcv.e(th, "");
C14957gcv.e(th2, "");
if (IeS.d == null || IeS.d.intValue() >= 19) {
th.addSuppressed(th2);
} else {
super.d(th, th2);
}
}
}