Added loging

pull/205/head
M66B 3 years ago
parent e338397f19
commit 05648b0e06

@ -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);

Loading…
Cancel
Save