From eeb8d81660bfce0957423a5a4ad09c2b33edfa4c Mon Sep 17 00:00:00 2001 From: zhongchao Date: Tue, 23 Nov 2021 09:09:42 +0800 Subject: [PATCH] update plugin --- app/build.gradle | 9 --------- gradle.properties | 4 ++-- .../mogo/module/common/drawer/SnapshotSetDataDrawer.java | 5 +++-- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cad8ee6133..2fc7f4e657 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,15 +15,6 @@ apply plugin: 'bugly' //apply plugin: 'chain.log.hook' //hooklog{ // enableLoggerToServer true -// whiteList = [ -// "android*", -// "kotlin*", -// "java*", -// "*/R\$+", -// "*com/android/tools/*", -// "android/support/design/*", -// "android.support.design/" -// ] //} bugly { appId = 'ac71228f85' // 注册时分配的App ID diff --git a/gradle.properties b/gradle.properties index a0736c756a..935897c6fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -56,8 +56,8 @@ bytex.forbidUseLenientMutationDuringGetArtifact=true bytex.verifyProguardConfigurationChanged=false bytex.ASM_API=ASM7 -HOOK_LOG_VERSION=1.4.71 -SERVICE_CHAIN_VERSION=1.0.23 +HOOK_LOG_VERSION=1.4.75 +SERVICE_CHAIN_VERSION=1.0.30 ################ 外部依赖引用 ################ # loglib LOGLIB_VERSION=1.0.4 diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/drawer/SnapshotSetDataDrawer.java b/modules/mogo-module-common/src/main/java/com/mogo/module/common/drawer/SnapshotSetDataDrawer.java index 8285311207..8a4fcc86da 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/drawer/SnapshotSetDataDrawer.java +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/drawer/SnapshotSetDataDrawer.java @@ -138,9 +138,10 @@ public class SnapshotSetDataDrawer extends BaseDrawer implements IMogoMarkerClic * * @param data 自车周边数据 */ -// @ChainLog(endpoint = TracingConstants.Endpoint.PAD, +// @ChainLog(linkCode = 0, +// endpoint = TracingConstants.Endpoint.PAD, // nodeAliasCode = "PAD_YINGYAN_SHOW", -// paramIndexes = 0, +// paramIndexes = {0}, // clientPkFileName = "sn") public void renderSnapshotData(SocketDownData.LauncherSnapshotProto data) { final long start = System.nanoTime();