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

Commit 9aa5a8db authored by JW Wang's avatar JW Wang Committed by Android (Google) Code Review
Browse files

Merge "Don't clean the sleep queue"

parents 564e8f32 702d6116
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1139,9 +1139,6 @@ class RollbackManagerServiceImpl extends IRollbackManager.Stub {
            } else {
                removeRollbackForPackageSessionId(sessionId);
            }

            // Clear the queue so it will never be leaked to next tests.
            mSleepDuration.clear();
        }
    }