Initial commit
This commit is contained in:
26
sources/com/tencent/wxop/stat/an.java
Normal file
26
sources/com/tencent/wxop/stat/an.java
Normal file
@@ -0,0 +1,26 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user