update plugin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user