未验证 提交 bfc343d1 编写于 作者: L LBJ-the-GOAT 提交者: GitHub

fix(gui): correct port retry in smali debugger (#1136) (PR #1160)

Co-authored-by: tobias <tobias.hotmail.com>
上级 ca723c3b
......@@ -624,7 +624,8 @@ public class ADBDialog extends JDialog implements ADB.DeviceStateListener, ADB.J
}
}
resultDesc = rst.desc;
} while (false);
break;
} while (true);
} catch (IOException e) {
e.printStackTrace();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册