discord-jadx/app/src/main/java/c/i/a/f/h/i/e.java

51 lines
1.9 KiB
Java

package c.i.a.f.h.i;
import java.io.PrintStream;
/* compiled from: com.google.firebase:firebase-messaging@@21.0.0 */
public final class e {
public static final g a;
/* compiled from: com.google.firebase:firebase-messaging@@21.0.0 */
public static final class a extends g {
@Override // c.i.a.f.h.i.g
public final void a(Throwable th, Throwable th2) {
}
}
/* JADX WARNING: Removed duplicated region for block: B:19:0x0081 */
/* JADX WARNING: Removed duplicated region for block: B:21:? A[RETURN, SYNTHETIC] */
static {
g gVar;
Integer num = null;
try {
num = (Integer) Class.forName("android.os.Build$VERSION").getField("SDK_INT").get(null);
} catch (Exception e) {
System.err.println("Failed to retrieve value from android.os.Build$VERSION.SDK_INT due to the following exception.");
e.printStackTrace(System.err);
} catch (Throwable th) {
PrintStream printStream = System.err;
String name = a.class.getName();
StringBuilder sb = new StringBuilder(name.length() + 133);
sb.append("An error has occurred when initializing the try-with-resources desuguring strategy. The default strategy ");
sb.append(name);
sb.append("will be used. The error is: ");
printStream.println(sb.toString());
th.printStackTrace(System.err);
gVar = new a();
}
if (num == null || num.intValue() < 19) {
gVar = Boolean.getBoolean("com.google.devtools.build.android.desugar.runtime.twr_disable_mimic") ^ true ? new h() : new a();
a = gVar;
if (num == null) {
num.intValue();
return;
}
return;
}
gVar = new j();
a = gVar;
if (num == null) {
}
}
}