mirror of
https://github.com/niushuai233/DevControl.git
synced 2024-10-27 22:43:20 +08:00
refactor: 相信输出执行失败内容
This commit is contained in:
parent
8183bbc170
commit
30bc9ff8af
@ -202,7 +202,7 @@ public abstract class BaseActivity extends AppCompatActivity {
|
||||
return true;
|
||||
} else {
|
||||
// 命令执行失败
|
||||
ToastUtil.show(this, "执行失败");
|
||||
ToastUtil.show(this, "执行失败, 详情请在日志中查看." + commandResult.getResult());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user