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

31 lines
1.1 KiB
Java

package c.i.a.f.b;
import android.util.Log;
import c.i.a.f.b.f;
import java.lang.Thread;
import java.util.concurrent.FutureTask;
public final class h extends FutureTask<T> {
public final /* synthetic */ f.a i;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public h(f.a aVar, Runnable runnable, Object obj) {
super(runnable, obj);
this.i = aVar;
}
@Override // java.util.concurrent.FutureTask
public final void setException(Throwable th) {
Thread.UncaughtExceptionHandler uncaughtExceptionHandler = f.this.e;
if (uncaughtExceptionHandler != null) {
uncaughtExceptionHandler.uncaughtException(Thread.currentThread(), th);
} else if (Log.isLoggable("GAv4", 6)) {
String valueOf = String.valueOf(th);
StringBuilder sb = new StringBuilder(valueOf.length() + 37);
sb.append("MeasurementExecutor: job failed with ");
sb.append(valueOf);
Log.e("GAv4", sb.toString());
}
super.setException(th);
}
}