- 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
59 lines
1.8 KiB
Java
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;
|
|
}
|
|
}
|