Browse Source

提交类型 bug修改
提交内容 地图查询时候出现没有当前定位的情况下回闪退问题

Bitliker 8 years ago
parent
commit
c171349a4e

+ 5 - 5
WeiChat/version.properties

@@ -1,5 +1,5 @@
-#Wed Apr 11 11:39:01 CST 2018
-debugName=297
-versionName=627
-debugCode=297
-versionCode=167
+#Thu Apr 12 18:52:32 CST 2018
+debugName=299
+versionName=628
+debugCode=299
+versionCode=168

+ 3 - 0
app_core/common/src/main/java/com/core/xmpp/CoreService.java

@@ -15,6 +15,7 @@ import android.support.v7.app.NotificationCompat;
 import android.text.TextUtils;
 import android.util.Log;
 
+import com.common.LogUtil;
 import com.common.preferences.PreferenceUtils;
 import com.common.system.SystemUtil;
 import com.core.app.Constants;
@@ -250,6 +251,7 @@ public class CoreService extends Service {
         public void notifyConnectionClosedOnError(Exception arg0) {
             if (CoreService.DEBUG)
                 Log.e(CoreService.TAG, "连接异常断开");
+            LogUtil.i("arg0="+arg0.getMessage());
             ListenerManager.getInstance().notifyAuthStateChange(AuthStateListener.AUTH_STATE_NOT);
         }
 
@@ -257,6 +259,7 @@ public class CoreService extends Service {
         public void notifyConnectionClosed() {
             if (CoreService.DEBUG)
                 Log.e(CoreService.TAG, "连接断开");
+            LogUtil.i("notifyConnectionClosed=");
             ListenerManager.getInstance().notifyAuthStateChange(AuthStateListener.AUTH_STATE_NOT);
         }
 

+ 0 - 1
app_modular/appworks/src/main/java/com/uas/appworks/CRM/erp/activity/DeviceMatchActivity.java

@@ -59,7 +59,6 @@ public class DeviceMatchActivity extends BaseNetActivity implements View.OnClick
     @Override
     protected void init() throws Exception {
         initView();
-//        loadData("De_0126", "SMT-01", "A1", "生产机型1");
     }
 
     private void initView() {