package i.a.n.g;

/* JADX INFO: compiled from: ScheduledDirectPeriodicTask.java */
/* JADX INFO: loaded from: classes.dex */
public final class h extends a implements Runnable {
    public h(Runnable runnable) {
        super(runnable);
    }

    @Override // java.lang.Runnable
    public void run() {
        this.d = Thread.currentThread();
        try {
            this.b.run();
        } finally {
            try {
            } finally {
            }
        }
    }
}
