This commit is contained in:
huangzhuanghua
2016-05-05 11:40:22 +08:00
parent 09c4a1326f
commit 547d318b4b
8 changed files with 64 additions and 279 deletions

View File

@ -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);