mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
f279a6c504
commit
3eb38a04ce
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue