Reduce logging

pull/184/head
M66B 4 years ago
parent 8644c75e19
commit f58a1ce7ed

@ -4156,6 +4156,7 @@ class Core {
// https://docs.oracle.com/javase/7/docs/api/java/lang/Thread.State.html
Thread.State state = thread.getState();
if (thread.isAlive()) {
if (interrupted)
Log.e("Join " + name + " failed state=" + state + " interrupted=" + interrupted);
if (interrupted)
joined = true; // give up

Loading…
Cancel
Save