removed android Debug code
This commit is contained in:
parent
d407f32166
commit
adc57ae291
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue