This commit is contained in:
@ -52,7 +52,7 @@ public class DataLogUtils {
|
||||
String user = Installation.getUUID(context);
|
||||
String channel = HaloApp.getInstance().getChannel();
|
||||
map.put("version", version);
|
||||
map.put("user", user);
|
||||
map.put("resu", user);
|
||||
map.put("jnfj", MetaUtil.getBase64EncodedIMEI());
|
||||
map.put("channel", channel);
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@ public class DataCollectionManager {
|
||||
String user = Installation.getUUID(mContext);
|
||||
String channel = HaloApp.getInstance().getChannel();
|
||||
map.put("version", version);
|
||||
map.put("user", user);
|
||||
map.put("resu", user);
|
||||
map.put("jnfj", MetaUtil.getBase64EncodedIMEI());
|
||||
map.put("channel", channel);
|
||||
map.put("updateOn", Utils.getTime(HaloApp.getInstance().getApplication()));
|
||||
@ -133,7 +133,7 @@ public class DataCollectionManager {
|
||||
for (int i = 0; i < jsonArray.length(); i++) {
|
||||
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
||||
jsonObject.put("version", version);
|
||||
jsonObject.put("user", user);
|
||||
jsonObject.put("resu", user);
|
||||
jsonObject.put("jnfj", MetaUtil.getBase64EncodedIMEI());
|
||||
jsonObject.put("channel", channel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user