Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without

providing more detailed steps to reproduce.
This commit is contained in:
Joe Onorato
2009-11-05 15:41:27 -05:00
parent 20df7c7d72
commit 0ace11a2b0
2 changed files with 4 additions and 0 deletions

View File

@@ -564,6 +564,7 @@ public class AllAppsView extends RSSurfaceView
if (index < 0) {
index = -(index+1);
}
Log.d(TAG, "Adding app '" + item + "' at index " + index + " mRollo=" + mRollo);
mAllAppsList.add(index, item);
if (mRollo != null) {
mRollo.addApp(index, item);