diff --git a/src/org/torproject/android/service/TorService.java b/src/org/torproject/android/service/TorService.java index 6709cad0..4ed89f99 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;