[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] remove debug file logging for now until we can improve it
commit 390b89ed5796e7c514bd15517787bd741cc72768
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
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;
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits