Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BYLAppRobot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuyang
BYLAppRobot
Commits
d50b473d
Commit
d50b473d
authored
Nov 02, 2018
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
APK抓包>从频道1开始依次抓取
#BYLSERVER-1693
parent
4228b335
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
TaskManager.kt
app/src/main/java/com/duolebo/blyrobot/tools/TaskManager.kt
+1
-0
AdbUtil.kt
app/src/main/java/com/duolebo/blyrobot/util/AdbUtil.kt
+1
-1
No files found.
app/src/main/java/com/duolebo/blyrobot/tools/TaskManager.kt
View file @
d50b473d
...
@@ -63,6 +63,7 @@ class TaskManager {
...
@@ -63,6 +63,7 @@ class TaskManager {
item
?.
run
{
item
?.
run
{
tasks
.
remove
(
this
)
tasks
.
remove
(
this
)
destroy
()
}
}
}
}
...
...
app/src/main/java/com/duolebo/blyrobot/util/AdbUtil.kt
View file @
d50b473d
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment