- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
87 lines
2.5 KiB
Java
87 lines
2.5 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import com.google.common.util.concurrent.ListenableFuture;
|
|
import com.ironsource.v8;
|
|
import java.util.concurrent.CancellationException;
|
|
import java.util.concurrent.ExecutionException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
abstract class zzgbe extends zzgbx implements Runnable {
|
|
public static final /* synthetic */ int zzc = 0;
|
|
ListenableFuture zza;
|
|
Object zzb;
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
ListenableFuture listenableFuture = this.zza;
|
|
Object obj = this.zzb;
|
|
if ((isCancelled() | (listenableFuture == null)) || (obj == null)) {
|
|
return;
|
|
}
|
|
this.zza = null;
|
|
if (listenableFuture.isCancelled()) {
|
|
zzs(listenableFuture);
|
|
return;
|
|
}
|
|
try {
|
|
try {
|
|
Object zze = zze(obj, zzgch.zzp(listenableFuture));
|
|
this.zzb = null;
|
|
zzf(zze);
|
|
} catch (Throwable th) {
|
|
try {
|
|
zzgda.zza(th);
|
|
zzd(th);
|
|
} finally {
|
|
this.zzb = null;
|
|
}
|
|
}
|
|
} catch (Error e) {
|
|
zzd(e);
|
|
} catch (CancellationException unused) {
|
|
cancel(false);
|
|
} catch (ExecutionException e2) {
|
|
zzd(e2.getCause());
|
|
} catch (Exception e3) {
|
|
zzd(e3);
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgax
|
|
public final String zza() {
|
|
String str;
|
|
ListenableFuture listenableFuture = this.zza;
|
|
Object obj = this.zzb;
|
|
String zza = super.zza();
|
|
if (listenableFuture != null) {
|
|
str = "inputFuture=[" + listenableFuture.toString() + "], ";
|
|
} else {
|
|
str = "";
|
|
}
|
|
if (obj == null) {
|
|
if (zza != null) {
|
|
return str.concat(zza);
|
|
}
|
|
return null;
|
|
}
|
|
return str + "function=[" + obj.toString() + v8.i.e;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgax
|
|
public final void zzb() {
|
|
zzr(this.zza);
|
|
this.zza = null;
|
|
this.zzb = null;
|
|
}
|
|
|
|
public abstract Object zze(Object obj, Object obj2) throws Exception;
|
|
|
|
public abstract void zzf(Object obj);
|
|
|
|
public zzgbe(ListenableFuture listenableFuture, Object obj) {
|
|
listenableFuture.getClass();
|
|
this.zza = listenableFuture;
|
|
this.zzb = obj;
|
|
}
|
|
}
|