增加被动录包
This commit is contained in:
xuxinchao
2022-07-18 09:41:32 +08:00
parent 4a2d17fd0d
commit b108356315
8 changed files with 552 additions and 43 deletions

View File

@@ -200,8 +200,8 @@ import kotlin.collections.ArrayList
override fun getNotificationView(): IViewNotification? = context?.let { V2XNotificationView(it) }
override fun onAutopilotRecordResult(recordPanel: RecordPanelOuterClass.RecordPanel) {
if (HmiBuildConfig.isShowBadCaseView && recordPanel.type == 1 && recordPanel.stat == 100) {
CallerDevaToolsManager.onReceiveBadCaseRecord(recordPanel)
if (recordPanel.type == 1 && recordPanel.stat == 100) {
activity?.let { CallerDevaToolsManager.onReceiveBadCaseRecord(recordPanel, it) }
}
if (recordPanel.type == 2 && (
recordPanel.stat == 101 || //工控机采集完成-被动完成