Optimize up sub error log (#3805)
* Optimize up sub error log Optimize the update subscription error log when not use proxy first. * Update AngConfigManager.kt * Update AngConfigManager.kt * Update AngConfigManager.kt
This commit is contained in:
@@ -365,7 +365,8 @@ object AngConfigManager {
|
||||
val httpPort = SettingsManager.getHttpPort()
|
||||
Utils.getUrlContentWithCustomUserAgent(url, 30000, httpPort)
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
Log.e(AppConfig.ANG_PACKAGE, "Update subscription: proxy not ready or other error, try……")
|
||||
//e.printStackTrace()
|
||||
""
|
||||
}
|
||||
if (configText.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user