Merge "Leak 2 views for the view leak detection test" into sc-dev am: ce7d5270bd am: 0bb0e3f426
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14554244 Change-Id: Idb185b61e59495ec3bfd4fd9335d517b5e217231
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user