Added airplane mode to debug info

This commit is contained in:
M66B 2021-05-15 14:09:52 +02:00
parent 6d97e6c04a
commit 39ae86d0b7
1 changed files with 1 additions and 0 deletions

View File

@ -1856,6 +1856,7 @@ public class Log {
size += write(os, "Suitable=" + state.isSuitable() + "\r\n");
size += write(os, "Unmetered=" + state.isUnmetered() + "\r\n");
size += write(os, "Roaming=" + state.isRoaming() + "\r\n");
size += write(os, "Airplane=" + ConnectionHelper.airplaneMode(context) + "\r\n");
}
db.attachment().setDownloaded(attachment.id, size);