Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
package com.tencent.wxop.stat.event;
import android.content.Context;
import com.tencent.wxop.stat.StatSpecifyReportedInfo;
import com.tencent.wxop.stat.common.l;
import com.tencent.wxop.stat.common.r;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class i extends e {
private static String a;
private String m;
private String n;
public i(Context context, int i, StatSpecifyReportedInfo statSpecifyReportedInfo) {
super(context, i, statSpecifyReportedInfo);
this.m = null;
this.n = null;
this.m = com.tencent.wxop.stat.a.a(context).b();
if (a == null) {
a = l.g(context);
}
}
@Override // com.tencent.wxop.stat.event.e
public EventType a() {
return EventType.NETWORK_MONITOR;
}
public void a(String str) {
this.n = str;
}
@Override // com.tencent.wxop.stat.event.e
public boolean a(JSONObject jSONObject) {
r.a(jSONObject, "op", a);
r.a(jSONObject, "cn", this.m);
jSONObject.put("sp", this.n);
return true;
}
}