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 ()
|
private void updateSettings ()
|
||||||
{
|
{
|
||||||
android.os.Debug.waitForDebugger();
|
|
||||||
|
|
||||||
mHasRoot = mPrefs.getBoolean(PREF_HAS_ROOT,false);
|
mHasRoot = mPrefs.getBoolean(PREF_HAS_ROOT,false);
|
||||||
mEnableTransparentProxy = mPrefs.getBoolean("pref_transparent", false);
|
mEnableTransparentProxy = mPrefs.getBoolean("pref_transparent", false);
|
||||||
mTransProxyAll = mPrefs.getBoolean("pref_transparent_all", false);
|
mTransProxyAll = mPrefs.getBoolean("pref_transparent_all", false);
|
||||||
|
|
|
@ -46,8 +46,6 @@ public class ShareService implements Container, Runnable {
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
// android.os.Debug.waitForDebugger();
|
|
||||||
|
|
||||||
Path path = request.getPath();
|
Path path = request.getPath();
|
||||||
String rPath = path.toString();
|
String rPath = path.toString();
|
||||||
if (rPath.length() > 0)
|
if (rPath.length() > 0)
|
||||||
|
|
Loading…
Reference in New Issue