package com.tencent.wxop.stat; import android.content.Context; import com.tencent.wxop.stat.common.StatLogger; /* loaded from: classes.dex */ final class am implements Runnable { final /* synthetic */ StatGameUser a; final /* synthetic */ Context b; final /* synthetic */ StatSpecifyReportedInfo c; am(StatGameUser statGameUser, Context context, StatSpecifyReportedInfo statSpecifyReportedInfo) { this.a = statGameUser; this.b = context; this.c = statSpecifyReportedInfo; } @Override // java.lang.Runnable public final void run() { StatLogger statLogger; StatLogger statLogger2; StatLogger statLogger3; StatGameUser statGameUser = this.a; if (statGameUser == null) { statLogger3 = StatServiceImpl.q; statLogger3.error("The gameUser of StatService.reportGameUser() can not be null!"); return; } if (statGameUser.getAccount() == null || this.a.getAccount().length() == 0) { statLogger = StatServiceImpl.q; statLogger.error("The account of gameUser on StatService.reportGameUser() can not be null or empty!"); return; } try { new aq(new com.tencent.wxop.stat.event.f(this.b, StatServiceImpl.a(this.b, false, this.c), this.a, this.c)).a(); } catch (Throwable th) { statLogger2 = StatServiceImpl.q; statLogger2.e(th); StatServiceImpl.a(this.b, th); } } }