Merge branch 'android_branch' into relay_via_http

This commit is contained in:
Eric House 2017-12-15 07:20:53 -08:00
commit da1c3f992a
2 changed files with 2 additions and 1 deletions

View file

@ -172,6 +172,7 @@ public class RelayService extends XWService
{
boolean enabled = ! XWPrefs
.getPrefsBoolean( context, R.string.key_disable_relay, false );
// Log.d( TAG, "relayEnabled() => %b", enabled );
return enabled;
}

View file

@ -44,7 +44,7 @@ declare -A LOGS
declare -A MINEND
declare -A ROOM_PIDS
declare -a APPS_OLD=()
declare -a DICTS= # wants to be =() too?
declare -a DICTS=() # wants to be =() too?
declare -A CHECKED_ROOMS
function cleanup() {