mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Changed log level
This commit is contained in:
@@ -431,9 +431,9 @@ class ImageHelper {
|
||||
if (semaphore.tryAcquire(FIT_DRAWABLE_TIMEOUT, TimeUnit.MILLISECONDS)) {
|
||||
long elapsed = new Date().getTime() - start;
|
||||
if (elapsed > FIT_DRAWABLE_WARNING)
|
||||
Log.e("fitDrawable failed elapsed=" + elapsed);
|
||||
Log.i("fitDrawable failed elapsed=" + elapsed);
|
||||
} else
|
||||
Log.e("fitDrawable failed timeout=" + FIT_DRAWABLE_TIMEOUT);
|
||||
Log.i("fitDrawable failed timeout=" + FIT_DRAWABLE_TIMEOUT);
|
||||
} catch (InterruptedException ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user