remove debug waiter
This commit is contained in:
parent
b2d4bb3507
commit
b056e7f6cd
|
@ -275,8 +275,6 @@ public class TorService extends Service implements TorServiceConstants, TorConst
|
||||||
*/
|
*/
|
||||||
public int onStartCommand(Intent intent, int flags, int startId) {
|
public int onStartCommand(Intent intent, int flags, int startId) {
|
||||||
|
|
||||||
android.os.Debug.waitForDebugger();
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
initBinaries();
|
initBinaries();
|
||||||
|
|
Loading…
Reference in New Issue