From 96610d53f1cb1fa4c2406f7b3fca0fcaf16f6b36 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Tue, 4 Sep 2012 08:03:42 -0700 Subject: [PATCH] Adding more debug code for dup. ItemInfo bug Change-Id: I7963a59b54f05e29e485c3dcc5c0e159e36de59d --- src/com/android/launcher2/ItemInfo.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/android/launcher2/ItemInfo.java b/src/com/android/launcher2/ItemInfo.java index f9ae3686e8..165c07b91a 100644 --- a/src/com/android/launcher2/ItemInfo.java +++ b/src/com/android/launcher2/ItemInfo.java @@ -114,6 +114,8 @@ class ItemInfo { screen = info.screen; itemType = info.itemType; container = info.container; + // tempdebug: + LauncherModel.checkItemInfo(this); } /** Returns the package name that the intent will resolve to, or an empty string if