Skip to content

Commit faa2a94

Browse files
committed
Release 2.0.5
1 parent 304bc70 commit faa2a94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aop/ext.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext {
2-
pluginVersion = '2.0.4'
2+
pluginVersion = '2.0.5'
33
Properties properties = new Properties()
44
if (project.file('local.properties').exists()) {
55
properties.load(project.file('local.properties').newDataInputStream())

aop/src/main/groovy/com/sensorsdata/analytics/android/plugin/SensorsAnalyticsClassVisitor.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ class SensorsAnalyticsClassVisitor extends ClassVisitor implements Opcodes {
119119
}
120120

121121
@Override
122-
protected void onMethodExit(int opcode) {
123-
super.onMethodExit(opcode)
122+
protected void onMethodEnter() {
123+
super.onMethodEnter()
124124

125125
if (isSensorsDataIgnoreTrackOnClick) {
126126
return

0 commit comments

Comments
 (0)