[6.4.0][启自驾指引] 部分代码提交

This commit is contained in:
renwj
2024-04-16 19:09:14 +08:00
parent e2967a2c04
commit e4de6ab743
41 changed files with 948 additions and 88 deletions

View File

@@ -291,4 +291,8 @@ interface IDevaToolsProvider : IProvider {
fun usage(): IMoGoCpuUsageProvider?
fun setNetworkMode(isDebug: Boolean)
fun attachAutopilotStatusView(ctx: Context, group: ViewGroup)
fun getExceptionStatusBeforeLaunchAutopilot(): Int
}