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

31 lines
873 B
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
import java.util.Map;
/* loaded from: classes.dex */
final class af implements Runnable {
final /* synthetic */ Context a;
final /* synthetic */ Map b;
final /* synthetic */ StatSpecifyReportedInfo c;
af(Context context, Map map, StatSpecifyReportedInfo statSpecifyReportedInfo) {
this.a = context;
this.b = map;
this.c = statSpecifyReportedInfo;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
try {
new Thread(new ap(this.a, this.b, this.c), "NetworkMonitorTask").start();
} catch (Throwable th) {
statLogger = StatServiceImpl.q;
statLogger.e(th);
StatServiceImpl.a(this.a, th);
}
}
}