Files
rr3-apk/decompiled/sources/com/google/android/gms/measurement/internal/zzlt.java
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

51 lines
1.7 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import android.text.TextUtils;
import com.google.android.gms.common.internal.Preconditions;
/* loaded from: classes3.dex */
final class zzlt implements Runnable {
private final /* synthetic */ boolean zza;
private final /* synthetic */ zzn zzb;
private final /* synthetic */ boolean zzc;
private final /* synthetic */ zzbf zzd;
private final /* synthetic */ String zze;
private final /* synthetic */ zzlb zzf;
public zzlt(zzlb zzlbVar, boolean z, zzn zznVar, boolean z2, zzbf zzbfVar, String str) {
this.zza = z;
this.zzb = zznVar;
this.zzc = z2;
this.zzd = zzbfVar;
this.zze = str;
this.zzf = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
zzfpVar = this.zzf.zzb;
if (zzfpVar == null) {
this.zzf.zzj().zzg().zza("Discarding data. Failed to send event to service");
return;
}
if (this.zza) {
Preconditions.checkNotNull(this.zzb);
this.zzf.zza(zzfpVar, this.zzc ? null : this.zzd, this.zzb);
} else {
try {
if (TextUtils.isEmpty(this.zze)) {
Preconditions.checkNotNull(this.zzb);
zzfpVar.zza(this.zzd, this.zzb);
} else {
zzfpVar.zza(this.zzd, this.zze, this.zzf.zzj().zzx());
}
} catch (RemoteException e) {
this.zzf.zzj().zzg().zza("Failed to send event to the service", e);
}
}
this.zzf.zzaq();
}
}