Loading ext_tests/src/com/android/launcher3/testing/DebugTestInformationHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ public class DebugTestInformationHandler extends TestInformationHandler { case TestProtocol.REQUEST_VIEW_LEAK: { if (sLeaks == null) sLeaks = new LinkedList(); sLeaks.add(new View(mContext)); sLeaks.add(new View(mContext)); return response; } Loading Loading
ext_tests/src/com/android/launcher3/testing/DebugTestInformationHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ public class DebugTestInformationHandler extends TestInformationHandler { case TestProtocol.REQUEST_VIEW_LEAK: { if (sLeaks == null) sLeaks = new LinkedList(); sLeaks.add(new View(mContext)); sLeaks.add(new View(mContext)); return response; } Loading