mirror of https://github.com/M66B/FairEmail.git
Added loging
This commit is contained in:
parent
e338397f19
commit
05648b0e06
|
@ -679,6 +679,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
|
|
||||||
if (lastCount == null || !lastCount.equals(count)) {
|
if (lastCount == null || !lastCount.equals(count)) {
|
||||||
lastCount = count;
|
lastCount = count;
|
||||||
|
|
||||||
|
EntityLog.log(ServiceSynchronize.this, " Badge count=" + count +
|
||||||
|
"enabled=" + badge + " Unseen/ignored=" + unseen_ignored);
|
||||||
|
|
||||||
// Broadcast new message count
|
// Broadcast new message count
|
||||||
try {
|
try {
|
||||||
Intent intent = new Intent(ACTION_NEW_MESSAGE_COUNT);
|
Intent intent = new Intent(ACTION_NEW_MESSAGE_COUNT);
|
||||||
|
|
Loading…
Reference in New Issue