merge special relase to m1-p

This commit is contained in:
yangyakun
2023-03-27 20:46:10 +08:00
271 changed files with 8066 additions and 5560 deletions

View File

@@ -1,6 +1,7 @@
package com.zhidao.support.adas.high.msg;
import android.os.SystemClock;
import android.util.Log;
import com.google.protobuf.InvalidProtocolBufferException;
import com.zhidao.support.adas.high.AdasChannel;
@@ -26,7 +27,7 @@ public class ArrivalNotificationMessage extends MyAbstractMessageHandler {
adasListener.onArrivalNotification(raw.getHeader(), arrivalNotification);
}
AdasChannel.calculateTimeConsumingBusiness("到站提醒", nowTime);
// CupidLogUtils.e("到站提醒--->" + arrivalNotification.toString());
Log.d("ArrivalNotificationMessage","到站提醒--->" + arrivalNotification.toString());
}
}