note the log in websocket msg handler and RTKLoc

This commit is contained in:
unknown
2021-01-11 13:57:38 +08:00
parent 49ab4e52de
commit 9e9bbf6469
2 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ public class MogoRTKLocation {
mHandler.sendEmptyMessageDelayed(MSG_DATA_CHANGED, uploadDelay);
sendLocationData();
Logger.d(TAG,"handleMessage开始发送消息");
// Logger.d(TAG,"handleMessage开始发送消息");
}
}
};