forked from qt-creator/qt-creator
Android: revert to using 'threads' in handleJdbSettled
But this time ignore unhandled exceptions which were caused by the
'threads' command in certain situations.
Amends db307978bf
Change-Id: I50819306eeb392ebae8dc869694ed588739c44fb
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -782,7 +782,7 @@ void AndroidRunnerWorker::handleJdbSettled()
|
||||
return false;
|
||||
};
|
||||
|
||||
const QStringList commands{"suspend", "resume", "cont", "exit"};
|
||||
const QStringList commands{"ignore uncaught java.lang.Throwable", "threads", "cont", "exit"};
|
||||
|
||||
for (const QString &command : commands) {
|
||||
if (waitForCommand()) {
|
||||
|
Reference in New Issue
Block a user