mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Diagnosing the reason for opening context menu
Adding it permanently. System tests using TAPL sometimes run into mysterious hard-to-diagnose problems (like, a menu opens for no apparent reason), so we'll need to keep diags like this forever. Change-Id: I25fcab94931fa4f6e1bda34d5705de5dd411188a
This commit is contained in:
@@ -83,6 +83,8 @@ public final class TestProtocol {
|
||||
public static final String REQUEST_ENABLE_DEBUG_TRACING = "enable-debug-tracing";
|
||||
public static final String REQUEST_DISABLE_DEBUG_TRACING = "disable-debug-tracing";
|
||||
|
||||
public static final String PERMANENT_DIAG_TAG = "TaplTarget";
|
||||
|
||||
public static final String NO_BACKGROUND_TO_OVERVIEW_TAG = "b/138251824";
|
||||
public static final String NO_DRAG_TO_WORKSPACE = "b/138729456";
|
||||
public static final String APP_NOT_DISABLED = "b/139891609";
|
||||
|
||||
Reference in New Issue
Block a user