mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-29 04:06:42 +02:00
Debug info: added account/notify
This commit is contained in:
@@ -1468,6 +1468,13 @@ public class DebugHelper {
|
||||
size += write(os, options.toString());
|
||||
}
|
||||
|
||||
List<EntityAccount> accounts = db.account().getAccounts();
|
||||
for (EntityAccount account : accounts) {
|
||||
size += write(os, String.format("%d %s notify=%b\r\n",
|
||||
account.id, account.name, account.notify));
|
||||
}
|
||||
size += write(os, "\r\n");
|
||||
|
||||
for (NotificationChannel channel : nm.getNotificationChannels())
|
||||
try {
|
||||
JSONObject jchannel = NotificationHelper.channelToJSON(channel);
|
||||
|
||||
Reference in New Issue
Block a user