am c23fc049: am 5339119b: am 62dacd67: Merge "Uncommenting throw when item not contained in sBgItemsIdMap" into jb-ub-now-jolly-elf
* commit 'c23fc0498e398649768b8dc124f9f755a3c9bd13': Uncommenting throw when item not contained in sBgItemsIdMap
This commit is contained in:
@@ -496,8 +496,7 @@ public class LauncherModel extends BroadcastReceiver {
|
|||||||
if (stackTrace != null) {
|
if (stackTrace != null) {
|
||||||
e.setStackTrace(stackTrace);
|
e.setStackTrace(stackTrace);
|
||||||
}
|
}
|
||||||
// TODO: something breaks this in the upgrade path
|
throw e;
|
||||||
//throw e;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user