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

32 lines
943 B
Java

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