package k4;

import android.os.Bundle;
import java.util.concurrent.Callable;

/* JADX INFO: loaded from: classes.dex */
public final class l implements Callable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ long f13874a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ m f13875b;

    public l(m mVar, long j8) {
        this.f13875b = mVar;
        this.f13874a = j8;
    }

    @Override // java.util.concurrent.Callable
    public final Object call() {
        Bundle bundle = new Bundle();
        bundle.putInt("fatal", 1);
        bundle.putLong("timestamp", this.f13874a);
        this.f13875b.f13887k.h(bundle);
        return null;
    }
}
