remove debug file logging for now until we can improve it

This commit is contained in:
Nathan Freitas 2014-08-22 11:10:47 -04:00
parent e53e03a727
commit 390b89ed57
1 changed files with 3 additions and 1 deletions

View File

@ -1048,13 +1048,15 @@ public class TorService extends Service implements TorServiceConstants, TorConst
String torProcId = conn.getInfo("process/pid"); 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) if (ENABLE_DEBUG_LOG)
{ {
File fileLog2 = new File(getFilesDir(),"orbot-tor-log.txt"); File fileLog2 = new File(getFilesDir(),"orbot-tor-log.txt");
fileLog2.setReadable(true); fileLog2.setReadable(true);
conn.setConf("Log", "debug file " + fileLog2.getCanonicalPath()); conn.setConf("Log", "debug file " + fileLog2.getCanonicalPath());
} }*/
currentStatus = STATUS_CONNECTING; currentStatus = STATUS_CONNECTING;