mirror of https://github.com/buggins/dlangide.git
fixes
This commit is contained in:
parent
358eefa79c
commit
7a25003987
|
@ -127,7 +127,7 @@ class GDBInterface : ConsoleDebuggerInterface, TextCommandTarget {
|
||||||
];
|
];
|
||||||
Log.d("Terminal command line: ", args);
|
Log.d("Terminal command line: ", args);
|
||||||
terminalPid = spawnProcess(args);
|
terminalPid = spawnProcess(args);
|
||||||
for (int i = 0; i < 40; i++) {
|
for (int i = 0; i < 80; i++) {
|
||||||
Thread.sleep(dur!"msecs"(100));
|
Thread.sleep(dur!"msecs"(100));
|
||||||
if (!isTerminalActive) {
|
if (!isTerminalActive) {
|
||||||
Log.e("Failed to get terminal TTY");
|
Log.e("Failed to get terminal TTY");
|
||||||
|
|
Loading…
Reference in New Issue