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

30 lines
979 B
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class r implements Runnable {
final /* synthetic */ Throwable a;
final /* synthetic */ Context b;
final /* synthetic */ StatSpecifyReportedInfo c;
r(Throwable th, Context context, StatSpecifyReportedInfo statSpecifyReportedInfo) {
this.a = th;
this.b = context;
this.c = statSpecifyReportedInfo;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
if (this.a == null) {
statLogger = StatServiceImpl.q;
statLogger.error("The Throwable error message of StatService.reportException() can not be null!");
} else {
Context context = this.b;
new aq(new com.tencent.wxop.stat.event.d(context, StatServiceImpl.a(context, false, this.c), 1, this.a, this.c)).a();
}
}
}