Add debug logs to help investigate view and activity leak test failures.

Flag: not needed
Test: MemoryTests
Bug: 260260325
Change-Id: Ie9ed8e607c574e81696a4246f701534c18cf0b7c
This commit is contained in:
Schneider Victor-tulias
2023-03-20 15:50:48 -07:00
parent 60c419b9b7
commit dc25fca903
3 changed files with 14 additions and 0 deletions
@@ -99,6 +99,7 @@ public final class TestProtocol {
public static final String REQUEST_PID = "pid";
public static final String REQUEST_FORCE_GC = "gc";
public static final String REQUEST_VIEW_LEAK = "view-leak";
public static final String PRINT_VIEW_LEAK = "print-leak";
public static final String REQUEST_RECENT_TASKS_LIST = "recent-tasks-list";
public static final String REQUEST_START_EVENT_LOGGING = "start-event-logging";
public static final String REQUEST_GET_TEST_EVENTS = "get-test-events";