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

29 lines
704 B
Java

package com.tencent.wxop.stat;
import android.content.Context;
import com.tencent.wxop.stat.common.StatLogger;
/* loaded from: classes.dex */
final class ad implements Runnable {
final /* synthetic */ Context a;
final /* synthetic */ int b;
ad(Context context, int i) {
this.a = context;
this.b = i;
}
@Override // java.lang.Runnable
public final void run() {
StatLogger statLogger;
try {
StatServiceImpl.flushDataToDB(this.a);
au.a(this.a).a(this.b);
} catch (Throwable th) {
statLogger = StatServiceImpl.q;
statLogger.e(th);
StatServiceImpl.a(this.a, th);
}
}
}