You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
547 B

package p030j1;
import java.io.Closeable;
import p006b1.C0471a;
/* renamed from: j1.a */
/* loaded from: classes.dex */
public final class C1268a {
/* renamed from: a */
public static final void m1749a(Closeable closeable, Throwable th) {
if (closeable != null) {
if (th == null) {
closeable.close();
return;
}
try {
closeable.close();
} catch (Throwable th2) {
C0471a.m3632a(th, th2);
}
}
}
}