am ac8539ce: am 061e9008: Merge "Adding more debug code for dup. ItemInfo bug" into jb-mr1-dev
* commit 'ac8539ceb8250ec2988234a8ec5657c187994efc':
Adding more debug code for dup. ItemInfo bug
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