Merge remote-tracking branch 'origin/dev_robotaxi-d_240227_6.3.0' into dev_robotaxi-d_240227_6.3.0

This commit is contained in:
xuxinchao
2024-02-28 14:46:59 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -191,6 +191,8 @@ class DevaToolsProvider : IDevaToolsProvider {
.enableEvilMethodTrace(true) // 慢方法
.enableAnrTrace(true) // anr
.enableStartup(true) // app启动
.enableTouchEventTrace(true)// 监听View的Touch事件卡顿
.enableIdleHandlerTrace(true)// 监听IdleHandler中的卡顿
.isDebug(true) // debug包
.isDevEnv(true) // dev环境
.build()

View File

@@ -262,7 +262,7 @@ open class MainActivity : MvpActivity<MainView?, MainPresenter?>(), MainView,
.setSelectedSoList(
arrayOf(
"libhdmap", "libmap",
"libAMapSDK_NAVI_v8_0_1", "libZegoExpressEngine",
"libAMapSDK_NAVI_v9_8_3", "libZegoExpressEngine",
"libcntts"
)
)