28 lines
850 B
Java
28 lines
850 B
Java
package com.tencent.wxop.stat;
|
|
|
|
import android.content.Context;
|
|
import com.tencent.wxop.stat.common.StatLogger;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class m implements Runnable {
|
|
final /* synthetic */ Context a;
|
|
final /* synthetic */ StatSpecifyReportedInfo b;
|
|
|
|
m(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.trackEndPage(context, com.tencent.wxop.stat.common.l.f(context), this.b);
|
|
} else {
|
|
statLogger = StatServiceImpl.q;
|
|
statLogger.error("The Context of StatService.onPause() can not be null!");
|
|
}
|
|
}
|
|
}
|