jimu-decompiled/sources/com/tencent/wxop/stat/ac.java
2025-05-13 19:24:51 +02:00

36 lines
1.2 KiB
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class ac implements Runnable {
final /* synthetic */ Context a;
final /* synthetic */ StatSpecifyReportedInfo b;
final /* synthetic */ com.tencent.wxop.stat.event.c c;
final /* synthetic */ int d;
ac(Context context, StatSpecifyReportedInfo statSpecifyReportedInfo, com.tencent.wxop.stat.event.c cVar, int i) {
this.a = context;
this.b = statSpecifyReportedInfo;
this.c = cVar;
this.d = i;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
try {
com.tencent.wxop.stat.event.b bVar = new com.tencent.wxop.stat.event.b(this.a, StatServiceImpl.a(this.a, false, this.b), this.c.a, this.b);
bVar.b().c = this.c.c;
Long valueOf = Long.valueOf(this.d);
bVar.a(Long.valueOf(valueOf.longValue() <= 0 ? 1L : valueOf.longValue()).longValue());
new aq(bVar).a();
} catch (Throwable th) {
statLogger = StatServiceImpl.q;
statLogger.e(th);
StatServiceImpl.a(this.a, th);
}
}
}