Merge "Leak 2 views for the view leak detection test" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ce7d5270bd
@@ -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