Support for memory tests

Change-Id: I867a232a293f7bddbc630f563f18c0db94ac4b6e
This commit is contained in:
vadimt
2019-08-08 11:49:24 -07:00
parent e4061fc931
commit c1a2764a6e
3 changed files with 13 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ public final class TestProtocol {
public static final String REQUEST_APP_LIST_FREEZE_FLAGS = "app-list-freeze-flags";
public static final String REQUEST_OVERVIEW_LEFT_GESTURE_MARGIN = "overview-left-margin";
public static final String REQUEST_OVERVIEW_RIGHT_GESTURE_MARGIN = "overview-right-margin";
public static final String REQUEST_ALLOCATED_MEMORY = "allocated-memory";
public static boolean sDebugTracing = false;
public static final String REQUEST_ENABLE_DEBUG_TRACING = "enable-debug-tracing";