mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Reduce logging
This commit is contained in:
@@ -4156,7 +4156,8 @@ class Core {
|
||||
// https://docs.oracle.com/javase/7/docs/api/java/lang/Thread.State.html
|
||||
Thread.State state = thread.getState();
|
||||
if (thread.isAlive()) {
|
||||
Log.e("Join " + name + " failed state=" + state + " interrupted=" + interrupted);
|
||||
if (interrupted)
|
||||
Log.e("Join " + name + " failed state=" + state + " interrupted=" + interrupted);
|
||||
if (interrupted)
|
||||
joined = true; // give up
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user