package com.tencent.wxop.stat; import android.content.Context; import com.tencent.wxop.stat.common.StatLogger; /* loaded from: classes.dex */ final class ak implements Runnable { final /* synthetic */ String a; final /* synthetic */ Context b; final /* synthetic */ StatSpecifyReportedInfo c; ak(String str, Context context, StatSpecifyReportedInfo statSpecifyReportedInfo) { this.a = str; this.b = context; this.c = statSpecifyReportedInfo; } @Override // java.lang.Runnable public final void run() { StatLogger statLogger; String str = this.a; if (str == null || str.trim().length() == 0) { statLogger = StatServiceImpl.q; statLogger.w("qq num is null or empty."); } else { String str2 = this.a; StatConfig.f = str2; StatServiceImpl.b(this.b, new StatAccount(str2), this.c); } } }