This commit is contained in:
wangcongtao
2021-01-21 16:57:44 +08:00
parent 425ddf1489
commit 996da7802a
95 changed files with 13142 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ import com.mogo.module.service.ServiceConst;
import com.mogo.module.service.carinfo.CarStateInfo;
import com.mogo.module.service.receiver.MogoReceiver;
import com.mogo.module.service.uploadintime.SnapshotUploadInTime;
import com.mogo.utils.logger.Logger;
import com.mogo.utils.network.utils.GsonUtil;
import org.json.JSONObject;
@@ -58,6 +59,7 @@ class ADASStatusIntentHandler implements IntentHandler {
if ( TextUtils.isEmpty( msg ) ) {
return;
}
Logger.d( "ADASCOOR", msg );
CarStateInfo stateInfo = GsonUtil.objectFromJson( msg, CarStateInfo.class );
if ( stateInfo != null && stateInfo.getValues() != null ) {
JSONObject data = new JSONObject();