remove test code

This commit is contained in:
zhongchao
2021-05-27 22:59:32 +08:00
parent e7799c815e
commit ebebb55d11
7 changed files with 24 additions and 28 deletions

View File

@@ -192,7 +192,7 @@ class AdasRecognizedResultDrawer extends BaseDrawer {
, foreCastMogoLatLon.getLon(), foreCastMogoLatLon.getLat());
long foreCastInternal = System.currentTimeMillis() - startTime;
Log.d(FORECAST, "foreCastInternal :" + foreCastInternal); //todo 看是否耗时增加的时间需要从当前SNTP时间减去
Log.d(FORECAST, "foreCastInternal :" + foreCastInternal); //todo 耗时1~2毫秒 需要测试是否由于补点算法造成
adasResult.lat = foreCastMogoLatLon.getLat();
adasResult.lon = foreCastMogoLatLon.getLon();

View File

@@ -393,7 +393,7 @@ public class SnapshotSetDataDrawer extends BaseDrawer implements IMogoMarkerClic
, foreCastMogoLatLon.getLon(), foreCastMogoLatLon.getLat());
long foreCastInternal = System.currentTimeMillis() - startTime;
Log.d(FORECAST, "foreCastInternal :" + foreCastInternal); //todo 看是否耗时增加的时间需要从当前SNTP时间减去
Log.d(FORECAST, "foreCastInternal :" + foreCastInternal); //todo 耗时1~2毫秒 需要测试是否由于补点算法造成
builder.setWgslat(foreCastMogoLatLon.getLat());
builder.setWgslon(foreCastMogoLatLon.getLon());