[dev_arch_opt_3.0]fix调试面板,点击打开历史,APP崩溃
This commit is contained in:
@@ -110,6 +110,11 @@ interface IDevaToolsProvider : IProvider {
|
||||
*/
|
||||
fun showBadCaseManagerView(context: Context)
|
||||
|
||||
/**
|
||||
* 工控机异常上报列表
|
||||
*/
|
||||
fun showReportListWindow(context: Context,isShow: Boolean)
|
||||
|
||||
/**
|
||||
* 下载指定包
|
||||
*/
|
||||
|
||||
@@ -92,13 +92,6 @@ interface IMoGoHmiProvider :IProvider{
|
||||
*/
|
||||
fun showAdUpgradeStatus(ipcUpgradeStateInfo: IPCUpgradeStateInfo)
|
||||
|
||||
/**
|
||||
* 展示工控机监控上报数据
|
||||
* @param errorReportList 错误级别上报数据列表
|
||||
* @param warningReportList 提醒级别上报数据列表
|
||||
* @param reportLevel 1:error级别 2:warning级别
|
||||
*/
|
||||
fun showIPCReportWindow(errorReportList: ArrayList<ReportEntity>,warningReportList: ArrayList<ReportEntity>,reportLevel: Int)
|
||||
|
||||
/**
|
||||
* 道路视频 放入指定url
|
||||
|
||||
Reference in New Issue
Block a user