This commit is contained in:
M66B 2015-11-22 14:08:27 +01:00
parent 6c51a0be3c
commit b08a1c3980
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ public class SinkholeService extends VpnService {
private void handleIntent(Intent intent) {
Command cmd = (intent == null ? Command.start : (Command) intent.getSerializableExtra(EXTRA_COMMAND));
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(SinkholeService.this);
Log.i(TAG, "Executing intent=" + intent + " command=" + cmd + " vpn=" + (vpn != null));
switch (cmd) {
case start: