mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Replaced logcat by TinyLog
This commit is contained in:
@@ -774,7 +774,7 @@ public class EmailService implements AutoCloseable {
|
||||
|
||||
breadcrumbs = new RingBuffer<>(BREADCRUMBS_SIZE);
|
||||
|
||||
boolean trace = (debug || log || Log.isDebugLogLevel());
|
||||
boolean trace = (debug || log);
|
||||
|
||||
isession.setDebug(trace);
|
||||
if (trace)
|
||||
|
||||
Reference in New Issue
Block a user