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:
@@ -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()
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user