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
524ed6a7
Commit
524ed6a7
authored
Oct 28, 2018
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手动停止修复,应用重置
parent
38ea59bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Task.kt
app/src/main/java/com/duolebo/blyrobot/data/Task.kt
+5
-2
No files found.
app/src/main/java/com/duolebo/blyrobot/data/Task.kt
View file @
524ed6a7
...
...
@@ -94,7 +94,7 @@ class Task : IAppBaseCallback {
this
.
launchApp
(
true
)
// 频道轮询处理
try
{
va
l
success
=
this
.
processChannels
(
0
)
va
r
success
=
this
.
processChannels
(
0
)
// 再次尝试
if
(!
success
)
{
if
(
this
.
status
==
"7"
)
...
...
@@ -105,7 +105,10 @@ class Task : IAppBaseCallback {
for
(
i
in
0
until
this
.
channelIndex
)
{
AdbUtil
.
sendMultiKey
(
this
.
apkInfo
.
channelKeyEvent
)
}
this
.
processChannels
(
this
.
channelIndex
)
success
=
this
.
processChannels
(
this
.
channelIndex
)
if
(!
success
&&
this
.
status
==
"7"
)
return
}
// 上传图片
...
...
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