discord-jadx/app/src/main/java/c/i/a/f/i/b/c8.java

40 lines
1.2 KiB
Java

package c.i.a.f.i.b;
import android.os.RemoteException;
import c.i.a.f.h.l.fc;
import com.google.android.gms.measurement.internal.zzaq;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class c8 implements Runnable {
public final /* synthetic */ zzaq i;
public final /* synthetic */ String j;
public final /* synthetic */ fc k;
public final /* synthetic */ q7 l;
public c8(q7 q7Var, zzaq zzaq, String str, fc fcVar) {
this.l = q7Var;
this.i = zzaq;
this.j = str;
this.k = fcVar;
}
@Override // java.lang.Runnable
public final void run() {
byte[] bArr = null;
try {
q7 q7Var = this.l;
i3 i3Var = q7Var.d;
if (i3Var == null) {
q7Var.g().f.a("Discarding data. Failed to send event to service to bundle");
return;
}
byte[] j = i3Var.j(this.i, this.j);
this.l.F();
this.l.e().P(this.k, j);
} catch (RemoteException e) {
this.l.g().f.b("Failed to send event to the service to bundle", e);
} finally {
this.l.e().P(this.k, bArr);
}
}
}