26 lines
639 B
Java
26 lines
639 B
Java
package com.tencent.wxop.stat;
|
|
|
|
import android.content.Context;
|
|
import com.tencent.wxop.stat.common.StatLogger;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class ae implements Runnable {
|
|
final /* synthetic */ Context a;
|
|
|
|
ae(Context context) {
|
|
this.a = context;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
StatLogger statLogger;
|
|
try {
|
|
new Thread(new ap(this.a, null, null), "NetworkMonitorTask").start();
|
|
} catch (Throwable th) {
|
|
statLogger = StatServiceImpl.q;
|
|
statLogger.e(th);
|
|
StatServiceImpl.a(this.a, th);
|
|
}
|
|
}
|
|
}
|