[Upload]
给220 0.0.58.5 2.1.16.5 1、修复应用杀进程后快速重启异常crash 2、针对模型加载失败增加了重试机制 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -77,12 +77,13 @@ public class MogoMarkerManager implements IMogoMarkerManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addPreVehicleModel(int type, int modelRes) {
|
||||
public String addPreVehicleModel(int type, int modelRes) {
|
||||
try {
|
||||
MogoMap.getInstance().getMogoMap().addPreVehicleModel(type, modelRes);
|
||||
return MogoMap.getInstance().getMogoMap().addPreVehicleModel(type, modelRes);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user