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

Commit 90f99552 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing debug log

Change-Id: I85c1f7707a3ea9cae2701aa781b74d758602f643
(cherry picked from commit 17763cb1)
parent e7e7fc69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3061,7 +3061,7 @@ public class LauncherModel extends BroadcastReceiver
                    flagOp = mOp == OP_SUSPEND ?
                            FlagOp.addFlag(ShortcutInfo.FLAG_DISABLED_SUSPENDED) :
                                    FlagOp.removeFlag(ShortcutInfo.FLAG_DISABLED_SUSPENDED);
                    if (DEBUG_LOADERS) Log.d(TAG, "mAllAppsList.(un)suspend " + packages);
                    if (DEBUG_LOADERS) Log.d(TAG, "mAllAppsList.(un)suspend " + N);
                    mBgAllAppsList.updatePackageFlags(pkgFilter, mUser, flagOp);
                    break;
                case OP_USER_AVAILABILITY_CHANGE: