[tor-commits] [orbot/master] remove debug file logging for now until we can improve it
n8fr8 at torproject.org
n8fr8 at torproject.org
Wed Aug 27 03:16:12 UTC 2014
commit 390b89ed5796e7c514bd15517787bd741cc72768
Author: Nathan Freitas <nathan at freitas.net>
Date: Fri Aug 22 11:10:47 2014 -0400
remove debug file logging for now until we can improve it
---
src/org/torproject/android/service/TorService.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/org/torproject/android/service/TorService.java b/src/org/torproject/android/service/TorService.java
index 6709cad..4ed89f9 100644
--- a/src/org/torproject/android/service/TorService.java
+++ b/src/org/torproject/android/service/TorService.java
@@ -1048,13 +1048,15 @@ public class TorService extends Service implements TorServiceConstants, TorConst
String torProcId = conn.getInfo("process/pid");
+ //remove this for now until we can make a clean way to share logs from internal storage
+ /**
if (ENABLE_DEBUG_LOG)
{
File fileLog2 = new File(getFilesDir(),"orbot-tor-log.txt");
fileLog2.setReadable(true);
conn.setConf("Log", "debug file " + fileLog2.getCanonicalPath());
- }
+ }*/
currentStatus = STATUS_CONNECTING;
More information about the tor-commits
mailing list