[tor-commits] [orbot/master] Updated AUTHORS

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Nov 14 09:18:53 UTC 2011


commit 3d3de96e647b3618dfafc7ad6099f15ae8e67779
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
Date:   Wed Jun 29 22:35:19 2011 +0530

    Updated AUTHORS
---
 AUTHORS                                            |    2 +-
 src/org/torproject/android/service/TorService.java |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index f99ac6f..5a84854 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,7 +27,7 @@ provided guidance in the entire effort.
 
 Adam Langley made the original valiant effort to port Tor to Android.
 
-Sathyanarayanan <gsathya.ceg at gmail.com> created a patch for the wizard
+Sathyanarayanan <gsathya at torproject.org> created a patch for the wizard
 which updated the icon and link for the secure chat app info to point
 to Gibberbot, and hopefully will continue to contribute useful patches.
 
diff --git a/src/org/torproject/android/service/TorService.java b/src/org/torproject/android/service/TorService.java
index fba41e1..6d2eebd 100644
--- a/src/org/torproject/android/service/TorService.java
+++ b/src/org/torproject/android/service/TorService.java
@@ -43,7 +43,7 @@ import android.util.Log;
 public class TorService extends Service implements TorServiceConstants, Runnable, EventHandler
 {
 	
-	public static boolean ENABLE_DEBUG_LOG = false;
+	public static boolean ENABLE_DEBUG_LOG = true;
 	
 	private static int currentStatus = STATUS_OFF;
 		
@@ -1057,7 +1057,7 @@ public class TorService extends Service implements TorServiceConstants, Runnable
      */
     private final ITorService.Stub mBinder = new ITorService.Stub() {
     	
-       
+        
 		public void registerCallback(ITorServiceCallback cb) {
             if (cb != null) mCallbacks.register(cb);
         }
@@ -1275,7 +1275,8 @@ public class TorService extends Service implements TorServiceConstants, Runnable
     	
     	SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
 		
-    	ENABLE_DEBUG_LOG = prefs.getBoolean("pref_enable_logging",false);
+    	//ENABLE_DEBUG_LOG = prefs.getBoolean("pref_enable_logging",false);
+    	ENABLE_DEBUG_LOG = true;
     	Log.i(TAG,"debug logging:" + ENABLE_DEBUG_LOG);
     		
 		boolean useBridges = prefs.getBoolean(TorConstants.PREF_BRIDGES_ENABLED, false);





More information about the tor-commits mailing list