[3.3.0][日志] 添加全量日志功能

This commit is contained in:
renwj
2023-06-30 19:28:23 +08:00
parent e66dad3696
commit 08d024d591
7 changed files with 100 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ dependencies {
implementation rootProject.ext.dependencies.koomnative
implementation rootProject.ext.dependencies.koomxhook
implementation rootProject.ext.dependencies.mofang_runtime
implementation rootProject.ext.dependencies.log_runtime
implementation group: "com.tencent.matrix", name: "matrix-android-lib", version: MATRIX_VERSION, changing: true
implementation group: "com.tencent.matrix", name: "matrix-android-commons", version: MATRIX_VERSION, changing: true
implementation group: "com.tencent.matrix", name: "matrix-trace-canary", version: MATRIX_VERSION, changing: true