You need to sign in or sign up before continuing.
Commit 4228b335 authored by liuyang's avatar liuyang

APK抓包>从频道1开始依次抓取

#BYLSERVER-1693
parent fa3bd44c
...@@ -13,7 +13,7 @@ android { ...@@ -13,7 +13,7 @@ android {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 22 targetSdkVersion 22
versionCode 10 versionCode 10
versionName "1.2" versionName "1.2.22"
} }
signingConfigs { signingConfigs {
......
...@@ -207,7 +207,7 @@ class Task : IAppBaseCallback { ...@@ -207,7 +207,7 @@ class Task : IAppBaseCallback {
var playUrlItems = analysisCapture() var playUrlItems = analysisCapture()
// 如果没有抓取到地址,再次尝试 // 如果没有抓取到地址,再次尝试
if (playUrlItems.size < 0) { if (playUrlItems.size <= 0) {
capture(this.apkInfo.captureDelay) capture(this.apkInfo.captureDelay)
playUrlItems = analysisCapture() playUrlItems = analysisCapture()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment