Added loging

This commit is contained in:
M66B 2021-09-01 15:08:59 +02:00
parent e338397f19
commit 05648b0e06
1 changed files with 4 additions and 0 deletions

View File

@ -679,6 +679,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (lastCount == null || !lastCount.equals(count)) {
lastCount = count;
EntityLog.log(ServiceSynchronize.this, " Badge count=" + count +
"enabled=" + badge + " Unseen/ignored=" + unseen_ignored);
// Broadcast new message count
try {
Intent intent = new Intent(ACTION_NEW_MESSAGE_COUNT);