mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Reduced logging
This commit is contained in:
@@ -238,7 +238,9 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
|
||||
} finally {
|
||||
if (wl.isHeld())
|
||||
wl.release();
|
||||
else if (!keepawake)
|
||||
else if (!keepawake &&
|
||||
!BuildConfig.PLAY_STORE_RELEASE &&
|
||||
!Boolean.FALSE.equals(Helper.isIgnoringOptimizations(tcontext)))
|
||||
Log.e(name + " released elapse=" + (new Date().getTime() - start));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user