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

29 lines
869 B
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class q implements Runnable {
final /* synthetic */ Context a;
final /* synthetic */ Throwable b;
q(Context context, Throwable th) {
this.a = context;
this.b = th;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
try {
if (StatConfig.isEnableStatService()) {
new aq(new com.tencent.wxop.stat.event.d(this.a, StatServiceImpl.a(this.a, false, (StatSpecifyReportedInfo) null), 99, this.b, com.tencent.wxop.stat.event.h.a)).a();
}
} catch (Throwable th) {
statLogger = StatServiceImpl.q;
statLogger.e("reportSdkSelfException error: " + th);
}
}
}