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

38 lines
1.3 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
/* loaded from: classes3.dex */
final class zzlo implements Runnable {
private final /* synthetic */ zzbf zza;
private final /* synthetic */ String zzb;
private final /* synthetic */ com.google.android.gms.internal.measurement.zzdd zzc;
private final /* synthetic */ zzlb zzd;
public zzlo(zzlb zzlbVar, zzbf zzbfVar, String str, com.google.android.gms.internal.measurement.zzdd zzddVar) {
this.zza = zzbfVar;
this.zzb = str;
this.zzc = zzddVar;
this.zzd = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
try {
zzfpVar = this.zzd.zzb;
if (zzfpVar == null) {
this.zzd.zzj().zzg().zza("Discarding data. Failed to send event to service to bundle");
return;
}
byte[] zza = zzfpVar.zza(this.zza, this.zzb);
this.zzd.zzaq();
this.zzd.zzq().zza(this.zzc, zza);
} catch (RemoteException e) {
this.zzd.zzj().zzg().zza("Failed to send event to the service to bundle", e);
} finally {
this.zzd.zzq().zza(this.zzc, (byte[]) null);
}
}
}