Merge branch 'dev_robotaxi-d_240401_6.4.0' into dev_robotaxi-d_240401_6.4.0_yyk
# Conflicts: # app/script/vehicleFlavors/C1.gradle
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apply plugin: 'LancetX'
|
||||
LancetX {
|
||||
enable true
|
||||
enable false
|
||||
enableInDebug true
|
||||
blackList = [
|
||||
"com.mogo.launcher.lancet.jank",
|
||||
|
||||
@@ -2,7 +2,7 @@ if (!rootProject.isReleaseBuild()) {
|
||||
apply plugin: 'bytex.matrix'
|
||||
matrix {
|
||||
trace {
|
||||
enable = true //if you don't want to use trace canary, set false
|
||||
enable = false //if you don't want to use trace canary, set false
|
||||
baseMethodMapFile = "${project.buildDir}/matrix_output/customMethodMapping.txt"
|
||||
blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apply plugin: 'bytex.threadOpt'
|
||||
thread_opt {
|
||||
enable true
|
||||
enable false
|
||||
enableInDebug true
|
||||
logLevel "DEBUG"
|
||||
trace_enable !rootProject.isReleaseBuild()
|
||||
|
||||
Reference in New Issue
Block a user