Merge branch 'dev_robotaxi-d_240807_6.6.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240807_6.6.0

This commit is contained in:
xinfengkun
2024-08-23 15:21:28 +08:00
25 changed files with 299 additions and 87 deletions

View File

@@ -41,6 +41,11 @@ interface IDevaToolsProvider : IProvider {
*/
fun checkUploadCrashLog()
/**
* App 业务记录 更新
*/
fun updateAppChannel()
/**
* 开始抓取日志默认10min
*/

View File

@@ -58,7 +58,7 @@ interface IMoGoDevaToolsListener {
fun problemPadAddSuccess(){}
fun problemPadAddError(){}
fun problemPadAddError(msg: String){}
fun getCategoriesSuccess(list: List<CategoryInfo>){}