关闭了一些日志

增加了一些注释
删除了一些废弃的UI代码
This commit is contained in:
董宏宇
2021-04-26 20:41:37 +08:00
parent c9679536b2
commit 635f032bcf
20 changed files with 1326 additions and 73 deletions

View File

@@ -135,7 +135,7 @@ class SnapshotLocationController {
mLastLocationInfo = null;
}
}
Logger.d( TAG, "upload loc size = %s", list == null ? 0 : list.size() );
//Logger.d( TAG, "upload loc size = %s", list == null ? 0 : list.size() );
return list;
}
@@ -145,7 +145,7 @@ class SnapshotLocationController {
* @return 精度
*/
public int getDataAccuracy() {
Logger.d( TAG, "upload loc accuracy = %s", mDataAccuracy );
//Logger.d( TAG, "upload loc accuracy = %s", mDataAccuracy );
return mDataAccuracy;
}