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

Commit 04fa22a9 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Merge "Remove accidental debugger wait." into oc-dev am: 31579276

am: 23f4c2a2

Change-Id: Ib84625789ddb69d831a1eea71f0a04c5eb8913b4
parents cbf7f7d2 23f4c2a2
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*/);