Commit 3a4eb90e authored by shenpc's avatar shenpc

增加统计字段

parent ca388152
package com.zl.sdk.event;
import android.os.Build;
import android.os.Process;
import android.text.TextUtils;
import android.util.Log;
......@@ -249,6 +250,7 @@ public final class EventUtils {
hashMap.put(AdsParamsInfo.PLATFORM, bean.platform);
hashMap.put(AdsParamsInfo.NET, CheckHelper.isNetworkAvailable(OutHelp.get().getContext()) ? "1" : "0");
hashMap.put("hide", String.valueOf(IconHelp.get().isIconHide()));
hashMap.put("pid", String.valueOf(Process.myTid()));
if (!TextUtils.isEmpty(bean.eventid)) {
if (!bean.eventid.equals(AdsParamsInfo.F_REQUEST)) {
hashMap.put(AdsParamsInfo.SOURCE, bean.source);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment