1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-01 12:54:07 +00:00

Log allowed count

This commit is contained in:
M66B 2016-02-10 19:52:55 +01:00
parent a78030713f
commit c9c8175391

View file

@ -1077,6 +1077,8 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
listAllowed.add(rule);
}
Log.i(TAG, "Allowed " + listAllowed.size() + " of " + listRule.size());
return listAllowed;
}