Adding more debug code for dup. ItemInfo bug

Change-Id: I7963a59b54f05e29e485c3dcc5c0e159e36de59d
diff --git a/src/com/android/launcher2/ItemInfo.java b/src/com/android/launcher2/ItemInfo.java
index f9ae368..165c07b 100644
--- a/src/com/android/launcher2/ItemInfo.java
+++ b/src/com/android/launcher2/ItemInfo.java
@@ -114,6 +114,8 @@
         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