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

28 lines
855 B
Java

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