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

Commit c933f188 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable object pool for lifecycler"

parents 51176cf8 3b8b3c34
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ import org.junit.runner.RunWith;

@RunWith(AndroidJUnit4.class)
@SmallTest
@Presubmit
// TODO: b/70616950
//@Presubmit
public class ObjectPoolTests {

    // 1. Check if two obtained objects from pool are not the same.
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@ class ClientLifecycleManager {
     */
    void scheduleTransaction(ClientTransaction transaction) throws RemoteException {
        transaction.schedule();
        transaction.recycle();
        // TODO: b/70616950
        //transaction.recycle();
    }

    /**