summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-07-23 16:49:48 -0700
committervadimt <vadimt@google.com>2019-07-23 16:49:48 -0700
commitcd7b00853ba60671f6637a5f51e97bdb942bab88 (patch)
tree7dadfdc37a5996ad82e22bd7ff6391877b4f4fb6 /src/com/android/launcher3/testing/TestProtocol.java
parent44515f42c0e532e4121f7c6019161cfbd37b3ba1 (diff)
downloadpackages_apps_Trebuchet-cd7b00853ba60671f6637a5f51e97bdb942bab88.tar.gz
packages_apps_Trebuchet-cd7b00853ba60671f6637a5f51e97bdb942bab88.tar.bz2
packages_apps_Trebuchet-cd7b00853ba60671f6637a5f51e97bdb942bab88.zip
Adding debug tracing
Bug: 138251824 Change-Id: Ibe3de964aeacbf83fd46cc53fda7d15c9401fe4d
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 079ab6d8f..9846a0427 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -77,4 +77,6 @@ public final class TestProtocol {
public static boolean sDebugTracing = false;
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 NO_BACKGROUND_TO_OVERVIEW_TAG = "b/138251824";
}