...
This commit is contained in:
@ -732,17 +732,13 @@ public class DownloadDialog {
|
||||
Map<String, Object> map = new HashMap<String, Object>();
|
||||
map.put("game", gameName);
|
||||
map.put("method", "正常");
|
||||
map.put("platform",
|
||||
PlatformUtils.getInstance(context)
|
||||
.getPlatformName(
|
||||
apkEntity.getPlatform()));
|
||||
map.put("platform", PlatformUtils.getInstance(context)
|
||||
.getPlatformName(apkEntity.getPlatform()));
|
||||
map.put("status", "开始");
|
||||
map.put("location", mlocation);
|
||||
map.put("from", entrance);
|
||||
map.put("network",
|
||||
NetworkUtils.getConnectedType(context));
|
||||
map.put("createdOn",
|
||||
System.currentTimeMillis() / 1000);
|
||||
map.put("network", NetworkUtils.getConnectedType(context));
|
||||
map.put("createdOn", System.currentTimeMillis() / 1000);
|
||||
DataCollectionManager.onEvent(context, "download",
|
||||
map);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user