package p138.p176.p177.p242.p265.p266;

import android.os.RemoteException;
import p138.p176.p177.p242.p258.p263.InterfaceC4385;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ބ.֏.Τ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class RunnableC4837 implements Runnable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final /* synthetic */ C4913 f14550;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final /* synthetic */ String f14551;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final /* synthetic */ InterfaceC4385 f14552;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final /* synthetic */ C4987 f14553;

    public RunnableC4837(C4987 c4987, C4913 c4913, String str, InterfaceC4385 interfaceC4385) {
        this.f14553 = c4987;
        this.f14550 = c4913;
        this.f14551 = str;
        this.f14552 = interfaceC4385;
    }

    @Override // java.lang.Runnable
    public final void run() {
        try {
            InterfaceC4823 interfaceC4823 = this.f14553.f15084;
            if (interfaceC4823 == null) {
                this.f14553.mo8165().f14444.m8034("Discarding data. Failed to send event to service to bundle");
                return;
            }
            byte[] bArrMo8104 = interfaceC4823.mo8104(this.f14550, this.f14551);
            this.f14553.m8521();
            this.f14553.m8167().m8254(this.f14552, bArrMo8104);
        } catch (RemoteException e) {
            this.f14553.mo8165().f14444.m8035("Failed to send event to the service to bundle", e);
        } finally {
            this.f14553.m8167().m8254(this.f14552, (byte[]) null);
        }
    }
}
