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

30 lines
934 B
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class aa implements Runnable {
final /* synthetic */ Context a;
final /* synthetic */ StatSpecifyReportedInfo b;
final /* synthetic */ StatAppMonitor c;
aa(Context context, StatSpecifyReportedInfo statSpecifyReportedInfo, StatAppMonitor statAppMonitor) {
this.a = context;
this.b = statSpecifyReportedInfo;
this.c = statAppMonitor;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
try {
new aq(new com.tencent.wxop.stat.event.g(this.a, StatServiceImpl.a(this.a, false, this.b), this.c, this.b)).a();
} catch (Throwable th) {
statLogger = StatServiceImpl.q;
statLogger.e(th);
StatServiceImpl.a(this.a, th);
}
}
}