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

32 lines
1.0 KiB
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class s implements Runnable {
final /* synthetic */ Context a;
final /* synthetic */ StatSpecifyReportedInfo b;
final /* synthetic */ com.tencent.wxop.stat.event.c c;
s(Context context, StatSpecifyReportedInfo statSpecifyReportedInfo, com.tencent.wxop.stat.event.c cVar) {
this.a = context;
this.b = statSpecifyReportedInfo;
this.c = cVar;
}
@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().b = this.c.b;
new aq(bVar).a();
} catch (Throwable th) {
statLogger = StatServiceImpl.q;
statLogger.e(th);
StatServiceImpl.a(this.a, th);
}
}
}