what-the-bank/sources/com/google/android/gms/internal/gtm/zzef.java

25 lines
849 B
Java

package com.google.android.gms.internal.gtm;
import android.content.Context;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
/* loaded from: classes.dex */
public final class zzef extends ThreadPoolExecutor {
private final Context zzrm;
public zzef(Context context, int i, int i2, long j, TimeUnit timeUnit, BlockingQueue<Runnable> blockingQueue, ThreadFactory threadFactory) {
super(1, 1, 0L, timeUnit, blockingQueue, threadFactory);
this.zzrm = context;
}
@Override // java.util.concurrent.ThreadPoolExecutor
protected final void afterExecute(Runnable runnable, Throwable th) {
if (th != null) {
zzea.zza("Uncaught exception: ", th, this.zzrm);
}
}
}