1
This commit is contained in:
@@ -59,9 +59,9 @@ public class MyApplication extends Application{
|
||||
Log.d(TAG, "[ExampleApplication] onCreate");
|
||||
super.onCreate();
|
||||
instance = this;
|
||||
|
||||
CrashHandler crashHandler = CrashHandler.getInstance();
|
||||
crashHandler.init(this);
|
||||
//
|
||||
// CrashHandler crashHandler = CrashHandler.getInstance();
|
||||
// crashHandler.init(this);
|
||||
System.setProperty("http.proxyHost", "haotian.hoheng.cn");
|
||||
System.setProperty("http.proxyPort", "8080");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user