代码优化

This commit is contained in:
wangcongtao
2021-03-03 11:12:31 +08:00
parent b37ee31e65
commit 2069bae645
7 changed files with 39 additions and 30 deletions

View File

@@ -558,7 +558,7 @@ public class MockIntentHandler implements IntentHandler {
case 47:
mLocationMockHandler.sendEmptyMessageDelayed( 1, 100L );
mLocationMockHandler.sendEmptyMessageDelayed( 2, 200L );
// mLocationMockHandler.sendEmptyMessageDelayed( 3, 100L );
// mLocationMockHandler.sendEmptyMessageDelayed( 3, 300L );
break;
}
}
@@ -697,7 +697,7 @@ public class MockIntentHandler implements IntentHandler {
final long start = System.currentTimeMillis();
AdasRecognizedResultDrawer.getInstance().renderAdasRecognizedResult( allList );
Log.i( "mock-timer-adas", "cost " + ( System.currentTimeMillis() - start ) + "ms" );
mLocationMockHandler.sendEmptyMessageDelayed( 3, 200L );
mLocationMockHandler.sendEmptyMessageDelayed( 3, 100L );
return true;
}