- 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
39 lines
1.4 KiB
Java
39 lines
1.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.media.MediaCodec;
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzsj extends Exception {
|
|
|
|
@Nullable
|
|
public final String zza;
|
|
public final boolean zzb;
|
|
|
|
@Nullable
|
|
public final zzsg zzc;
|
|
|
|
@Nullable
|
|
public final String zzd;
|
|
|
|
public zzsj(zzab zzabVar, @Nullable Throwable th, boolean z, int i) {
|
|
this("Decoder init failed: [" + i + "], " + zzabVar.toString(), th, zzabVar.zzo, false, null, "androidx.media3.exoplayer.mediacodec.MediaCodecRenderer_neg_" + Math.abs(i), null);
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ zzsj zza(zzsj zzsjVar, zzsj zzsjVar2) {
|
|
return new zzsj(zzsjVar.getMessage(), zzsjVar.getCause(), zzsjVar.zza, false, zzsjVar.zzc, zzsjVar.zzd, zzsjVar2);
|
|
}
|
|
|
|
public zzsj(zzab zzabVar, @Nullable Throwable th, boolean z, zzsg zzsgVar) {
|
|
this("Decoder init failed: " + zzsgVar.zza + ", " + zzabVar.toString(), th, zzabVar.zzo, false, zzsgVar, th instanceof MediaCodec.CodecException ? ((MediaCodec.CodecException) th).getDiagnosticInfo() : null, null);
|
|
}
|
|
|
|
private zzsj(@Nullable String str, @Nullable Throwable th, @Nullable String str2, boolean z, @Nullable zzsg zzsgVar, @Nullable String str3, @Nullable zzsj zzsjVar) {
|
|
super(str, th);
|
|
this.zza = str2;
|
|
this.zzb = false;
|
|
this.zzc = zzsgVar;
|
|
this.zzd = str3;
|
|
}
|
|
}
|