- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
51 lines
1.5 KiB
Java
51 lines
1.5 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.media.MediaCodec;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class jd extends o5 {
|
|
public final kd a;
|
|
public final String b;
|
|
|
|
/* JADX WARN: Illegal instructions before constructor call */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public jd(java.lang.Throwable r4, com.applovin.impl.kd r5) {
|
|
/*
|
|
r3 = this;
|
|
java.lang.StringBuilder r0 = new java.lang.StringBuilder
|
|
r0.<init>()
|
|
java.lang.String r1 = "Decoder failed: "
|
|
r0.append(r1)
|
|
r1 = 0
|
|
if (r5 != 0) goto Lf
|
|
r2 = r1
|
|
goto L11
|
|
Lf:
|
|
java.lang.String r2 = r5.a
|
|
L11:
|
|
r0.append(r2)
|
|
java.lang.String r0 = r0.toString()
|
|
r3.<init>(r0, r4)
|
|
r3.a = r5
|
|
int r5 = com.applovin.impl.xp.a
|
|
r0 = 21
|
|
if (r5 < r0) goto L27
|
|
java.lang.String r1 = a(r4)
|
|
L27:
|
|
r3.b = r1
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.applovin.impl.jd.<init>(java.lang.Throwable, com.applovin.impl.kd):void");
|
|
}
|
|
|
|
private static String a(Throwable th) {
|
|
if (th instanceof MediaCodec.CodecException) {
|
|
return ((MediaCodec.CodecException) th).getDiagnosticInfo();
|
|
}
|
|
return null;
|
|
}
|
|
}
|