This commit is contained in:
Vadim Lopatin 2015-12-17 18:39:26 +03:00
parent 358eefa79c
commit 7a25003987
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class GDBInterface : ConsoleDebuggerInterface, TextCommandTarget {
];
Log.d("Terminal command line: ", args);
terminalPid = spawnProcess(args);
for (int i = 0; i < 40; i++) {
for (int i = 0; i < 80; i++) {
Thread.sleep(dur!"msecs"(100));
if (!isTerminalActive) {
Log.e("Failed to get terminal TTY");