mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Improved logging
This commit is contained in:
@@ -492,7 +492,7 @@ public class ServiceUI extends IntentService {
|
||||
long interval = pollInterval * 60 * 1000L;
|
||||
long next = now + interval - now % interval;
|
||||
|
||||
Log.i("Poll next=" + new Date(next));
|
||||
EntityLog.log(context, "Poll next=" + new Date(next));
|
||||
|
||||
AlarmManagerCompat.setAndAllowWhileIdle(am, AlarmManager.RTC_WAKEUP, next, piSync);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user