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

Commit 482e43fc authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Remove stale session cleanups during tests" into nyc-dev

parents c6e42ef0 df8ccad1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ public abstract class TelecomTestCase extends AndroidTestCase {
        mMockitoHelper.setUp(getContext(), getClass());
        mComponentContextFixture = new ComponentContextFixture();
        Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext());
        Log.sCleanStaleSessions = null;
        MockitoAnnotations.initMocks(this);
    }