Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

59 lines
1.7 KiB
Java

package com.google.android.gms.measurement.internal;
import com.facebook.internal.security.CertificateUtil;
/* loaded from: classes3.dex */
final class zzfz implements Runnable {
private final /* synthetic */ int zza;
private final /* synthetic */ String zzb;
private final /* synthetic */ Object zzc;
private final /* synthetic */ Object zzd;
private final /* synthetic */ Object zze;
private final /* synthetic */ zzfw zzf;
public zzfz(zzfw zzfwVar, int i, String str, Object obj, Object obj2, Object obj3) {
this.zza = i;
this.zzb = str;
this.zzc = obj;
this.zzd = obj2;
this.zze = obj3;
this.zzf = zzfwVar;
}
@Override // java.lang.Runnable
public final void run() {
char c;
long j;
char c2;
long j2;
zzgl zzn = this.zzf.zzu.zzn();
if (!zzn.zzaf()) {
this.zzf.zza(6, "Persisted config not initialized. Not logging error/warn");
return;
}
c = this.zzf.zza;
if (c == 0) {
if (this.zzf.zze().zzy()) {
this.zzf.zza = 'C';
} else {
this.zzf.zza = 'c';
}
}
j = this.zzf.zzb;
if (j < 0) {
this.zzf.zzb = 95001L;
}
char charAt = "01VDIWEA?".charAt(this.zza);
c2 = this.zzf.zza;
j2 = this.zzf.zzb;
String str = "2" + charAt + c2 + j2 + CertificateUtil.DELIMITER + zzfw.zza(true, this.zzb, this.zzc, this.zzd, this.zze);
if (str.length() > 1024) {
str = this.zzb.substring(0, 1024);
}
zzgp zzgpVar = zzn.zzb;
if (zzgpVar != null) {
zzgpVar.zza(str, 1L);
}
}
}