Debug info: check for NetGuard

This commit is contained in:
M66B
2021-11-14 11:14:25 +01:00
parent b0ef4d2705
commit d2a2550f49
7 changed files with 23 additions and 2 deletions

View File

@@ -1959,9 +1959,10 @@ public class Log {
size += write(os, "accounts=" + accounts.size() +
" enabled=" + enabled +
" interval=" + pollInterval +
"\r\nmetered=" + metered +
" interval=" + pollInterval + "\r\n" +
" metered=" + metered +
" VPN=" + ConnectionHelper.vpnActive(context) +
" NetGuard=" + Helper.isInstalled(context, "eu.faircode.netguard") + "\r\n" +
" optimizing=" + (ignoring == null ? null : !ignoring) +
" auto_optimize=" + auto_optimize +
"\r\n\r\n");