proxy app logic

This commit is contained in:
CsHeng
2017-09-13 18:27:11 +08:00
parent f2676532ce
commit ff8210c72b
33 changed files with 133 additions and 131 deletions

View File

@ -2,7 +2,7 @@ package com.gh.common.util;
import android.content.Context;
import com.halo.assistant.AppController;
import com.halo.assistant.HaloApp;
import com.lightgame.download.DownloadEntity;
import com.gh.gamecenter.retrofit.Response;
import com.gh.gamecenter.retrofit.RetrofitManager;
@ -39,7 +39,7 @@ public class DataLogUtils {
public static void uploadLog(Context context, String topic, Map<String, Object> map) {
String version = PackageUtils.getVersionName(context);
String user = Installation.getUUID(context);
String channel = AppController.getInstance().getChannel();
String channel = HaloApp.getInstance().getChannel();
map.put("version", version);
map.put("user", user);
map.put("device_id", TokenUtils.getDeviceId(context));