summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/popup
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-03-27 16:56:29 -0700
committervadimt <vadimt@google.com>2019-03-27 17:42:25 -0700
commit0b339b527396e86e7c478f9006bc5f63541c4c5c (patch)
tree791fdb20577eeac129f94a193feeac397f5622cd /src/com/android/launcher3/popup
parent60353faa2e796f461c9271b75b3849e070c4532f (diff)
downloadandroid_packages_apps_Trebuchet-0b339b527396e86e7c478f9006bc5f63541c4c5c.tar.gz
android_packages_apps_Trebuchet-0b339b527396e86e7c478f9006bc5f63541c4c5c.tar.bz2
android_packages_apps_Trebuchet-0b339b527396e86e7c478f9006bc5f63541c4c5c.zip
Adding tracing for Lab-only flake: drag to workspace doesn't happen
Bug: 129434166 Change-Id: I4433a4848b57da42412a9108a0965ff13c708c39
Diffstat (limited to 'src/com/android/launcher3/popup')
-rw-r--r--src/com/android/launcher3/popup/PopupContainerWithArrow.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher3/popup/PopupContainerWithArrow.java b/src/com/android/launcher3/popup/PopupContainerWithArrow.java
index 10ecc4f04..080a0cb69 100644
--- a/src/com/android/launcher3/popup/PopupContainerWithArrow.java
+++ b/src/com/android/launcher3/popup/PopupContainerWithArrow.java
@@ -187,6 +187,10 @@ public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
* @return the container if shown or null.
*/
public static PopupContainerWithArrow showForIcon(BubbleTextView icon) {
+ if (com.android.launcher3.TestProtocol.sDebugTracing) {
+ android.util.Log.d(com.android.launcher3.TestProtocol.NO_DRAG_TAG,
+ "PopupContainerWithArrow.showForIcon");
+ }
Launcher launcher = Launcher.getLauncher(icon.getContext());
if (getOpen(launcher) != null) {
// There is already an items container open, so don't open this one.