open chain and add log debug view

This commit is contained in:
zhongchao
2022-03-01 17:12:02 +08:00
parent 47461acde5
commit 7dba6a2e52
8 changed files with 141 additions and 97 deletions

View File

@@ -199,7 +199,6 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
mogoLocation.getCityCode(),
mogoLocation.getLatitude(),
mogoLocation.getLongitude());
Logger.i(TAG, "使用实时GPS信息" + httpDnsSimpleLocation);
} else {
String ciyCode = SharedPrefsMgr.getInstance(getApp())
.getString(SharedPrefsConstants.LOCATION_CITY_CODE);