27 lines
712 B
Java
27 lines
712 B
Java
package com.tencent.wxop.stat;
|
|
|
|
import android.content.Context;
|
|
import com.tencent.wxop.stat.common.StatLogger;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class an implements Runnable {
|
|
final /* synthetic */ Context a;
|
|
final /* synthetic */ StatSpecifyReportedInfo b;
|
|
|
|
an(Context context, StatSpecifyReportedInfo statSpecifyReportedInfo) {
|
|
this.a = context;
|
|
this.b = statSpecifyReportedInfo;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
StatLogger statLogger;
|
|
try {
|
|
StatServiceImpl.a(this.a, false, this.b);
|
|
} catch (Throwable th) {
|
|
statLogger = StatServiceImpl.q;
|
|
statLogger.e(th);
|
|
}
|
|
}
|
|
}
|