数据收集createdOn时间获取修改、添加game_id字段(在有game字段的地方)

This commit is contained in:
huangzhuanghua
2016-09-14 11:43:39 +08:00
parent 405056cbd3
commit 1acf79baae
35 changed files with 228 additions and 246 deletions

View File

@ -9,6 +9,7 @@ import android.util.Log;
import android.widget.Toast;
import com.gh.common.util.FileUtils;
import com.gh.common.util.Utils;
import com.gh.gamecenter.SplashScreenActivity;
import com.gh.gamecenter.manager.DataCollectionManager;
import com.tencent.stat.StatService;
@ -78,9 +79,8 @@ public class AppUncaHandler implements UncaughtExceptionHandler {
// MTA主动上传错误
StatService.reportError(appController.getApplicationContext(), errorMsg);
Map<String, Object> map = new HashMap<String, Object>();
Map<String, Object> map = new HashMap<>();
map.put("content", errorMsg);
map.put("createdOn", System.currentTimeMillis() / 1000);
map.put("type", android.os.Build.MODEL);
map.put("system", android.os.Build.VERSION.SDK_INT + "="
+ android.os.Build.VERSION.RELEASE);