add mock data

This commit is contained in:
lixiaopeng
2021-04-19 18:10:54 +08:00
parent b675432059
commit 56d0a5b812
7 changed files with 69 additions and 2 deletions

View File

@@ -330,6 +330,7 @@ public class MogoADASController implements IMogoADASController {
Logger.w( TAG, "--->action is null" );
return;
}
//识别的他车移动操作
mAdasMessageFactory.createMessage( action ).handlerMsg( GsonUtil.getGson(), mOnAdasListener, detectResult );
} catch ( JSONException e ) {
e.printStackTrace();