Files
rr3-apk/decompiled-community/sources/com/google/android/gms/measurement/internal/zzlo.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -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);
}
}
}