Commit d50b473d authored by liuyang's avatar liuyang

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

#BYLSERVER-1693
parent 4228b335
...@@ -63,6 +63,7 @@ class TaskManager { ...@@ -63,6 +63,7 @@ class TaskManager {
item?.run { item?.run {
tasks.remove(this) tasks.remove(this)
destroy()
} }
} }
......
...@@ -211,7 +211,7 @@ object AdbUtil { ...@@ -211,7 +211,7 @@ object AdbUtil {
val keyEvents = ArrayList<EmulateKey>() val keyEvents = ArrayList<EmulateKey>()
val keys = keyPath.split(Constants.SLASH) val keys = keyPath.split(Constants.SLASH)
for (stepKey in keys) { for (stepKey in keys) {
var delay = "2" var delay = "1"
var key = stepKey var key = stepKey
if (Constants.VERTICAL_BAR in stepKey) { if (Constants.VERTICAL_BAR in stepKey) {
val params = stepKey.split(Constants.VERTICAL_BAR) val params = stepKey.split(Constants.VERTICAL_BAR)
......
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