update plugin

This commit is contained in:
zhongchao
2021-11-23 09:09:42 +08:00
parent 7b88dd9b13
commit eeb8d81660
3 changed files with 5 additions and 13 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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();