数据收集createdOn时间获取修改、添加game_id字段(在有game字段的地方)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user