File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
compile fileTree(include : [' *.jar' ], dir : ' libs' )
28
28
androidTestCompile ' com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
29
29
compile ' com.android.support:appcompat-v7:21.0.3'
30
- compile ' com.appadhoc:abtest:5.1.0 '
30
+ compile ' com.appadhoc:abtest:5.1.1 '
31
31
// lite版
32
- // compile 'com.appadhoc:abtest-lite:5.1.0 '
32
+ // compile 'com.appadhoc:abtest-lite:5.1.1 '
33
33
}
Original file line number Diff line number Diff line change 11
11
12
12
```
13
13
dependencies {
14
- compile 'com.appadhoc:abtest:5.1.0 '
14
+ compile 'com.appadhoc:abtest:5.1.1 '
15
15
// lite版
16
- // compile 'com.appadhoc:abtest-lite:5.1.0 '
16
+ // compile 'com.appadhoc:abtest-lite:5.1.1 '
17
17
}
18
18
```
19
19
@@ -79,7 +79,6 @@ AdhocConfig adhocConfig = new AdhocConfig.Builder()
79
79
.addCustom("age", "17")
80
80
.addCustom("name", "20")
81
81
//调用后,会自动上报崩溃次数统计
82
- .reportCrash()
83
82
// 多进程数据安全
84
83
.supportMultiProcess
85
84
//调用后,优化指标只有在wifi网络下才会上报数据(可能会造成官网数据延时显示)
@@ -145,12 +144,6 @@ AppAdhoc提供3个预定义指标:访问时长、会话数、崩溃数,只
145
144
AdhocConfig adhocConfig = new AdhocConfig.Builder()
146
145
.context(this)
147
146
.appKey(key)
148
- //调用后,会自动上报崩溃次数统计
149
- .reportCrash()
150
- //调用后,会自动统计App的session时长
151
- .reportDuration()
152
- //调用后自动统计session
153
- .reportSession()
154
147
.build();
155
148
156
149
AdhocTracker.init(adhocConfig);
Original file line number Diff line number Diff line change
1
+
2
+ ### Version 5.1.1
3
+
4
+ 更新日期: 2019年5月23日
5
+
6
+ 更新内容:
7
+
8
+ * 样本指标和用户定义指标上报优化
9
+ * 性能优化和bug修复
10
+
11
+
1
12
### Version 5.1.0
2
13
3
14
更新日期: 2019年4月24日
You can’t perform that action at this time.
0 commit comments