[6.2.0][技术优化] 添加主线程卡顿点检测功能

This commit is contained in:
renwj
2023-11-10 18:06:30 +08:00
parent eb09ced3a4
commit e0379a938f
10 changed files with 330 additions and 289 deletions

View File

@@ -6,6 +6,7 @@ import java.text.SimpleDateFormat
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply from: rootProject.file('gradle/bytex/bytex.gradle')
@@ -214,6 +215,15 @@ dependencies {
// releaseImplementation rootProject.ext.dependencies.releaseleakcanary
implementation rootProject.ext.dependencies.android_start_up
implementation rootProject.ext.dependencies.lancetx_runtime
implementation rootProject.ext.dependencies.lancetx_compiler_lib
kapt rootProject.ext.dependencies.lancetx_compiler
annotationProcessor rootProject.ext.dependencies.lancetx_compiler
annotationProcessor rootProject.ext.dependencies.google_auto_service
kapt rootProject.ext.dependencies.google_auto_service
compileOnly rootProject.ext.dependencies.google_auto_service
// implementation rootProject.ext.dependencies.mogocustommap
implementation project(':libraries:mapmodule')