Skip to content

Commit

Permalink
description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soloPi committed Dec 20, 2019
1 parent 5b09805 commit b0f0b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public void onReceiveEvent(PerformActionEnum actionEnum) {

LogUtil.d(TAG, "Receive event: " + actionEnum);

// 主机模式需要监控葫芦点击事件
// 主机模式需要监控点击事件
if (inMasterMode) {
LogUtil.d(TAG, "主机模式,控制悬浮窗点击");
injectorService.pushMessage("FloatClickMethod", new Callable<OperationMethod>() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ private boolean envCheck() {
count ++;
}

// adb完全挂了,stream无法恢复,等10s,看看葫芦娃的15s的adb保活是否有用
// adb完全挂了,stream无法恢复,等10s,看看SoloPi的15s的adb保活是否有用
if (cmdLine == null || cmdLine.isClosed()) {
LogUtil.e(TAG, "Stream can't recover from dead");
return false;
Expand Down

0 comments on commit b0f0b03

Please sign in to comment.