package com.tencent.wxop.stat; import android.content.Context; import com.tencent.wxop.stat.common.StatLogger; /* loaded from: classes.dex */ final class aj implements Runnable { final /* synthetic */ Context a; final /* synthetic */ StatSpecifyReportedInfo b; aj(Context context, StatSpecifyReportedInfo statSpecifyReportedInfo) { this.a = context; this.b = statSpecifyReportedInfo; } @Override // java.lang.Runnable public final void run() { StatLogger statLogger; Context context = this.a; if (context != null) { StatServiceImpl.trackBeginPage(context, com.tencent.wxop.stat.common.l.f(context), this.b); } else { statLogger = StatServiceImpl.q; statLogger.error("The Context of StatService.onResume() can not be null!"); } } }