From 42e5b094c6496935210bad4beba6d26f254b5976 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Mon, 22 Nov 2021 12:01:49 +0800 Subject: [PATCH] test plugin --- app/build.gradle | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c5e2ae103d..07fa84c995 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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