am 5339119b: am 62dacd67: Merge "Uncommenting throw when item not contained in sBgItemsIdMap" into jb-ub-now-jolly-elf

* commit '5339119b9ef4d283b868abc41283ef2671bfebc8':
  Uncommenting throw when item not contained in sBgItemsIdMap
This commit is contained in:
Michael Jurka
2014-02-14 20:37:45 +00:00
committed by Android Git Automerger
+1 -2
View File
@@ -496,8 +496,7 @@ public class LauncherModel extends BroadcastReceiver {
if (stackTrace != null) {
e.setStackTrace(stackTrace);
}
// TODO: something breaks this in the upgrade path
//throw e;
throw e;
}
}