Files
rr3-apk/decompiled-community/sources/com/google/android/gms/common/zzx.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

57 lines
1.3 KiB
Java

package com.google.android.gms.common;
import android.util.Log;
import androidx.annotation.NonNull;
/* loaded from: classes2.dex */
class zzx {
private static final zzx zze = new zzx(true, 3, 1, null, null);
final boolean zza;
final String zzb;
final Throwable zzc;
final int zzd;
private zzx(boolean z, int i, int i2, String str, Throwable th) {
this.zza = z;
this.zzd = i;
this.zzb = str;
this.zzc = th;
}
@Deprecated
public static zzx zzb() {
return zze;
}
public static zzx zzc(@NonNull String str) {
return new zzx(false, 1, 5, str, null);
}
public static zzx zzd(@NonNull String str, @NonNull Throwable th) {
return new zzx(false, 1, 5, str, th);
}
public static zzx zzf(int i) {
return new zzx(true, i, 1, null, null);
}
public static zzx zzg(int i, int i2, @NonNull String str, Throwable th) {
return new zzx(false, i, i2, str, th);
}
public String zza() {
return this.zzb;
}
public final void zze() {
if (this.zza || !Log.isLoggable("GoogleCertificatesRslt", 3)) {
return;
}
if (this.zzc != null) {
zza();
} else {
zza();
}
}
}