8.0.17 apm
This commit is contained in:
@@ -3,7 +3,7 @@ apply plugin: 'com.alibaba.arouter'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'android-aspectjx'
|
||||
//apply plugin: 'bugly'
|
||||
apply plugin: 'bugly'
|
||||
apply plugin: 'apm-plugin'
|
||||
|
||||
//apply ByteX宿主
|
||||
@@ -18,10 +18,10 @@ ByteX {
|
||||
hooklog{
|
||||
enableLoggerToServer true
|
||||
}*/
|
||||
//bugly {
|
||||
// appId = 'ac71228f85' // 注册时分配的App ID
|
||||
// appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key
|
||||
//}
|
||||
bugly {
|
||||
appId = 'ac71228f85' // 注册时分配的App ID
|
||||
appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key
|
||||
}
|
||||
|
||||
Properties properties = new Properties();
|
||||
properties.load(project.rootProject.file("gradle.properties").newDataInputStream())
|
||||
|
||||
@@ -28,7 +28,7 @@ buildscript {
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31'
|
||||
classpath "com.alibaba:arouter-register:1.0.12-mogo"
|
||||
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.4'
|
||||
// classpath 'com.tencent.bugly:symtabfileuploader:latest.release'
|
||||
classpath 'com.tencent.bugly:symtabfileuploader:latest.release'
|
||||
classpath "com.bytedance.android.byteX:base-plugin:0.3.0"
|
||||
classpath "com.mogo.cloud:hook:${HOOK_LOG_VERSION}"
|
||||
classpath 'com.volcengine:apm_insight_plugin:1.4.1'
|
||||
|
||||
Reference in New Issue
Block a user