Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18498714 authored by Bryce Lee's avatar Bryce Lee
Browse files

Remove accidental debugger wait.

Test: bit FrameworksServicesTests:com.android.server.am.ActivityStackSupervisorTests
Change-Id: I129b139a14d925221f2c9b614f45aedac1f153b5
parent 101b1515
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package com.android.server.am;

import static org.junit.Assert.assertNull;

import android.os.Debug;
import android.platform.test.annotations.Presubmit;
import android.support.test.filters.MediumTest;
import android.support.test.runner.AndroidJUnit4;
@@ -45,7 +44,6 @@ public class ActivityStackSupervisorTests extends ActivityTestsBase {
     */
    @Test
    public void testRestoringInvalidTask() throws Exception {
        Debug.waitForDebugger();
        final ActivityManagerService service = createActivityManagerService();
        TaskRecord task = service.mStackSupervisor.anyTaskForIdLocked(0 /*taskId*/,
                MATCH_TASK_IN_STACKS_OR_RECENT_TASKS_AND_RESTORE, 0 /*stackId*/);