关闭部分日志

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-12-22 19:31:26 +08:00
parent 5863ed8892
commit b228c39f87
10 changed files with 15 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ class MogoTrafficLightManager : IMogoCarLocationChangedListener2 {
roadIDResult = it
},
{
Logger.e(TAG, "request road id error : $it")
Logger.w(TAG, "request road id error : $it")
})
}
}, {

View File

@@ -40,7 +40,7 @@ class TrafficLightNetWorkModel {
}
}
onSuccess {
if (it.result != null) {
if (it?.result != null) {
if (it.result.rsCrossId.isNotEmpty() && !it.result.rectLatLngs.isNullOrEmpty()) {
onSuccess.invoke(it.result)
} else {