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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
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();
}
}
}