调试窗改版

1、调试窗改版,并且增加异常上报
2、隐藏工控机重启
This commit is contained in:
xuxinchao
2022-03-18 19:19:52 +08:00
committed by renwj
parent 03fe5d2b9a
commit 1b95cf65fc
11 changed files with 1994 additions and 518 deletions

View File

@@ -65,6 +65,10 @@ object CallerAutoPilotManager {
providerApi?.recordPackage(1, Random(SystemClock.elapsedRealtime()).nextInt())
}
fun recordPackage(duration: Int){
providerApi?.recordPackage(1, Random(SystemClock.elapsedRealtime()).nextInt(),duration)
}
fun recordPackage(type: Int, id: Int) {
providerApi?.recordPackage(type, id)
}