removed android Debug code

This commit is contained in:
Nathan Freitas 2013-07-22 15:39:16 -04:00
parent d407f32166
commit adc57ae291
2 changed files with 0 additions and 4 deletions

View File

@ -644,8 +644,6 @@ public class TorService extends Service implements TorServiceConstants, TorConst
private void updateSettings ()
{
android.os.Debug.waitForDebugger();
mHasRoot = mPrefs.getBoolean(PREF_HAS_ROOT,false);
mEnableTransparentProxy = mPrefs.getBoolean("pref_transparent", false);
mTransProxyAll = mPrefs.getBoolean("pref_transparent_all", false);

View File

@ -46,8 +46,6 @@ public class ShareService implements Container, Runnable {
public void run() {
try {
// android.os.Debug.waitForDebugger();
Path path = request.getPath();
String rPath = path.toString();
if (rPath.length() > 0)