mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Reduced logging
This commit is contained in:
@@ -5976,8 +5976,9 @@ class Core {
|
||||
if (thread.isAlive() &&
|
||||
state != Thread.State.NEW &&
|
||||
state != Thread.State.TERMINATED) {
|
||||
Log.e("Join " + name + " failed" +
|
||||
" state=" + state + " interrupted=" + interrupted);
|
||||
if (interrupted)
|
||||
Log.e("Join " + name + " failed" +
|
||||
" state=" + state + " interrupted=" + interrupted);
|
||||
if (interrupted)
|
||||
joined = true; // giving up
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user