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); } } }