This commit is contained in:
jinyuer
2020-09-07 10:05:06 +08:00
parent 05387f0c06
commit 7d6e1d8eee
4 changed files with 8 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ import android.support.multidex.MultiDex;
import android.util.Log;
import com.lzy.ninegrid.NineGridView;
import com.tencent.bugly.Bugly;
import java.util.LinkedList;
import java.util.List;
@@ -62,6 +63,7 @@ public class MyApplication extends Application{
//
// CrashHandler crashHandler = CrashHandler.getInstance();
// crashHandler.init(this);
Bugly.init(this,"d45325664f",false);
System.setProperty("http.proxyHost", "haotian.hoheng.cn");
System.setProperty("http.proxyPort", "8080");