package com.seewo.factoryaging.v0;

import android.content.Context;
import com.seewo.factoryaging.e1.e;
import com.seewo.factoryaging.s0.f;
import j.p0.d.r;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import jxl.write.WriteException;

/* JADX INFO: compiled from: CpuValueRecorder.kt */
/* JADX INFO: loaded from: classes.dex */
public final class b extends f<a> {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(Context context) {
        super(context);
        r.f(context, "context");
    }

    @Override // com.seewo.factoryaging.s0.f
    public String f() {
        return "cpuTemperature";
    }

    public final void g() throws WriteException, IOException {
        e eVar = e.a;
        Context contextB = b();
        File fileC = c();
        r.c(fileC);
        ArrayList<a> arrayListD = d();
        r.c(arrayListD);
        eVar.e(contextB, fileC, arrayListD);
    }
}
