Merge "Uncommenting throw when item not contained in sBgItemsIdMap" into jb-ub-now-jolly-elf
This commit is contained in:
committed by
Android (Google) Code Review
commit
62dacd6797
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user