Merge "Leak 2 views for the view leak detection test" into sc-dev am: ce7d5270bd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14554244 Change-Id: Ia2f0d01a152fccde6b33543c4332417bda65591f
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