Log allowed count

This commit is contained in:
M66B 2016-02-10 19:52:55 +01:00
parent a78030713f
commit c9c8175391
1 changed files with 2 additions and 0 deletions

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;
}