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

31 lines
989 B
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class al implements Runnable {
final /* synthetic */ StatAccount a;
final /* synthetic */ Context b;
final /* synthetic */ StatSpecifyReportedInfo c;
al(StatAccount statAccount, Context context, StatSpecifyReportedInfo statSpecifyReportedInfo) {
this.a = statAccount;
this.b = context;
this.c = statSpecifyReportedInfo;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
StatAccount statAccount = this.a;
if (statAccount == null || statAccount.getAccount().trim().length() == 0) {
statLogger = StatServiceImpl.q;
statLogger.w("account is null or empty.");
} else {
StatConfig.setQQ(this.b, this.a.getAccount());
StatServiceImpl.b(this.b, this.a, this.c);
}
}
}