- 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
99 lines
3.9 KiB
Java
99 lines
3.9 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.io.File;
|
|
import java.text.DecimalFormat;
|
|
import java.util.Collections;
|
|
import java.util.HashSet;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcdh extends zzcde {
|
|
public static final /* synthetic */ int zzd = 0;
|
|
private static final Set zze = Collections.synchronizedSet(new HashSet());
|
|
private static final DecimalFormat zzf = new DecimalFormat("#,###");
|
|
private File zzg;
|
|
private boolean zzh;
|
|
|
|
public zzcdh(zzcbs zzcbsVar) {
|
|
super(zzcbsVar);
|
|
File cacheDir = this.zza.getCacheDir();
|
|
if (cacheDir == null) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("Context.getCacheDir() returned null");
|
|
return;
|
|
}
|
|
File file = new File(zzfpv.zza(zzfpu.zza(), cacheDir, "admobVideoStreams"));
|
|
this.zzg = file;
|
|
if (!file.isDirectory() && !this.zzg.mkdirs()) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("Could not create preload cache directory at ".concat(String.valueOf(this.zzg.getAbsolutePath())));
|
|
this.zzg = null;
|
|
} else {
|
|
if (this.zzg.setReadable(true, false) && this.zzg.setExecutable(true, false)) {
|
|
return;
|
|
}
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzj("Could not set cache file permissions at ".concat(String.valueOf(this.zzg.getAbsolutePath())));
|
|
this.zzg = null;
|
|
}
|
|
}
|
|
|
|
private final File zza(File file) {
|
|
return new File(zzfpv.zza(zzfpu.zza(), this.zzg, String.valueOf(file.getName()).concat(".done")));
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzcde
|
|
public final void zzf() {
|
|
this.zzh = true;
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:167:0x035f, code lost:
|
|
|
|
r26 = r4;
|
|
r24 = r14;
|
|
r21 = r15;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:168:0x0365, code lost:
|
|
|
|
r26.close();
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:169:0x036d, code lost:
|
|
|
|
if (com.google.android.gms.ads.internal.util.client.zzo.zzm(3) == false) goto L142;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:170:0x036f, code lost:
|
|
|
|
com.google.android.gms.ads.internal.util.client.zzo.zze("Preloaded " + com.google.android.gms.internal.ads.zzcdh.zzf.format(r13) + " bytes from " + r30);
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:171:0x0392, code lost:
|
|
|
|
r12.setReadable(true, false);
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:172:0x039b, code lost:
|
|
|
|
if (r0.isFile() == false) goto L188;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:173:0x039d, code lost:
|
|
|
|
r0.setLastModified(java.lang.System.currentTimeMillis());
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:184:0x03a5, code lost:
|
|
|
|
r0.createNewFile();
|
|
*/
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Removed duplicated region for block: B:73:0x03d1 */
|
|
/* JADX WARN: Removed duplicated region for block: B:78:0x03e1 */
|
|
/* JADX WARN: Removed duplicated region for block: B:81:0x041a */
|
|
/* JADX WARN: Removed duplicated region for block: B:86:0x03fb */
|
|
@Override // com.google.android.gms.internal.ads.zzcde
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final boolean zzt(final java.lang.String r30) {
|
|
/*
|
|
Method dump skipped, instructions count: 1096
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzcdh.zzt(java.lang.String):boolean");
|
|
}
|
|
}
|