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

59 lines
1.8 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.Process;
import android.text.TextUtils;
import android.util.Log;
import androidx.annotation.Nullable;
import com.ironsource.v8;
import java.util.IllegalFormatException;
import java.util.Locale;
/* loaded from: classes3.dex */
public final class zzfto {
private final String zza;
public zzfto(String str) {
this.zza = ("UID: [" + Process.myUid() + "] PID: [" + Process.myPid() + "] ").concat(str);
}
private static String zze(String str, String str2, @Nullable Object... objArr) {
if (objArr.length > 0) {
try {
str2 = String.format(Locale.US, str2, objArr);
} catch (IllegalFormatException e) {
Log.e("PlayCore", "Unable to format ".concat(String.valueOf(str2)), e);
str2 = str2 + " [" + TextUtils.join(", ", objArr) + v8.i.e;
}
}
return str + " : " + str2;
}
public final int zza(String str, @Nullable Object... objArr) {
if (Log.isLoggable("PlayCore", 6)) {
return Log.e("PlayCore", zze(this.zza, str, objArr));
}
return 0;
}
public final int zzb(Throwable th, String str, @Nullable Object... objArr) {
if (Log.isLoggable("PlayCore", 6)) {
return Log.e("PlayCore", zze(this.zza, str, objArr), th);
}
return 0;
}
public final int zzc(String str, @Nullable Object... objArr) {
if (Log.isLoggable("PlayCore", 4)) {
return Log.i("PlayCore", zze(this.zza, str, objArr));
}
return 0;
}
public final int zzd(String str, @Nullable Object... objArr) {
if (Log.isLoggable("PlayCore", 5)) {
return Log.w("PlayCore", zze(this.zza, str, objArr));
}
return 0;
}
}