This commit is contained in:
jinyuer
2020-12-25 15:15:11 +08:00
parent e4d89298e7
commit 00bb05ef36
12 changed files with 104 additions and 24 deletions

View File

@@ -64,8 +64,8 @@ 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");
// System.setProperty("http.proxyHost", "haotian.hoheng.cn");
// System.setProperty("http.proxyPort", "8080");
StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();
StrictMode.setVmPolicy(builder.build());