test plugin

This commit is contained in:
zhongchao
2021-11-22 12:01:49 +08:00
parent f4c26d99c1
commit 42e5b094c6

View File

@@ -5,17 +5,17 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'android-aspectjx'
apply plugin: 'bugly'
//apply ByteX宿主
//apply plugin: 'bytex'
//ByteX {
// enable true
// enableInDebug true
// logLevel "DEBUG"
//}
apply plugin: 'bytex'
ByteX {
enable true
enableInDebug true
logLevel "DEBUG"
}
//apply plugin: 'chain.log.hook'
//hooklog{
// enableLoggerToServer true
//}
apply plugin: 'chain.log.hook'
hooklog{
enableLoggerToServer true
}
bugly {
appId = 'ac71228f85' // 注册时分配的App ID
appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key