refactor: 相信输出执行失败内容

This commit is contained in:
niushuai233 2022-10-28 14:27:07 +08:00
parent 8183bbc170
commit 30bc9ff8af

View File

@ -202,7 +202,7 @@ public abstract class BaseActivity extends AppCompatActivity {
return true; return true;
} else { } else {
// 命令执行失败 // 命令执行失败
ToastUtil.show(this, "执行失败"); ToastUtil.show(this, "执行失败, 详情请在日志中查看." + commandResult.getResult());
return false; return false;
} }
} }