- 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
59 lines
2.1 KiB
Java
59 lines
2.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.VisibleForTesting;
|
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
|
import com.google.android.gms.dynamite.DynamiteModule;
|
|
import com.google.android.gms.dynamite.descriptors.com.google.android.gms.ads.dynamite.ModuleDescriptor;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfpk {
|
|
|
|
@VisibleForTesting
|
|
final zzfpn zza;
|
|
|
|
@VisibleForTesting
|
|
final boolean zzb;
|
|
|
|
private zzfpk(zzfpn zzfpnVar) {
|
|
this.zza = zzfpnVar;
|
|
this.zzb = zzfpnVar != null;
|
|
}
|
|
|
|
public static zzfpk zzb(Context context, String str, String str2) {
|
|
zzfpn zzfplVar;
|
|
try {
|
|
try {
|
|
try {
|
|
IBinder instantiate = DynamiteModule.load(context, DynamiteModule.PREFER_REMOTE, ModuleDescriptor.MODULE_ID).instantiate("com.google.android.gms.gass.internal.clearcut.GassDynamiteClearcutLogger");
|
|
if (instantiate == null) {
|
|
zzfplVar = null;
|
|
} else {
|
|
IInterface queryLocalInterface = instantiate.queryLocalInterface("com.google.android.gms.gass.internal.clearcut.IGassClearcut");
|
|
zzfplVar = queryLocalInterface instanceof zzfpn ? (zzfpn) queryLocalInterface : new zzfpl(instantiate);
|
|
}
|
|
zzfplVar.zze(ObjectWrapper.wrap(context), str, null);
|
|
return new zzfpk(zzfplVar);
|
|
} catch (RemoteException | zzfom | NullPointerException | SecurityException unused) {
|
|
return new zzfpk(new zzfpo());
|
|
}
|
|
} catch (Exception e) {
|
|
throw new zzfom(e);
|
|
}
|
|
} catch (Exception e2) {
|
|
throw new zzfom(e2);
|
|
}
|
|
}
|
|
|
|
public static zzfpk zzc() {
|
|
return new zzfpk(new zzfpo());
|
|
}
|
|
|
|
public final zzfpi zza(byte[] bArr) {
|
|
return new zzfpi(this, bArr, null);
|
|
}
|
|
}
|