summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-18 19:32:03 -0700
committervadimt <vadimt@google.com>2019-09-19 16:07:05 -0700
commit9f6cde1443a8824c065f1ef44cfa25d305cef709 (patch)
treed30a4bf727741cf7b688a37861f9b3a10d32aa7f /src
parent37cc797fd0a370b326aa4c7e63c48cad2e3b52eb (diff)
downloadandroid_packages_apps_Trebuchet-9f6cde1443a8824c065f1ef44cfa25d305cef709.tar.gz
android_packages_apps_Trebuchet-9f6cde1443a8824c065f1ef44cfa25d305cef709.tar.bz2
android_packages_apps_Trebuchet-9f6cde1443a8824c065f1ef44cfa25d305cef709.zip
Adding tracing for a lab-only flake.
Bug: 141275518 Change-Id: I95544a55ef13002f696a82e52d54ffb6251d0e39
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 232a764e0..19c557c9f 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -86,4 +86,5 @@ public final class TestProtocol {
public static final String APP_NOT_DISABLED = "b/139891609";
public static final String ALL_APPS_UPON_RECENTS = "b/139941530";
public static final String STABLE_STATE_MISMATCH = "b/140311911";
+ public static final String WELLBEING_NO_TASK_MENU = "b/141275518";
}