Added logging

This commit is contained in:
M66B
2023-02-16 07:51:05 +01:00
parent 3269ac86e8
commit 6a7c61f065

View File

@@ -534,6 +534,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
db.operation().deleteOperation(op.id);
}
EntityLog.log(this, "Send restore id=" + message.id);
db.message().setMessageError(message.id, null);
nm.cancel("send:" + message.id, NotificationHelper.NOTIFICATION_TAGGED);