Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9ada65a authored by Adam Cohen's avatar Adam Cohen
Browse files

Uncommenting throw when item not contained in sBgItemsIdMap

-> Improving logging for issue 11580149

Change-Id: I10ce7c4b54a6435302d33bbeba4e8600f69d4920
parent 18238d90
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
        }
    }