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

Commit 9ed75153 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing NPE on app launch logging

Bug: 149969889
Change-Id: I2f3802df1dff76b91df330350783db2b7730f6d6
parent 24b449d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class UserEventDispatcher implements ResourceBasedOverride {
            fillIntentInfo(itemTarget, intent, userHandle);
        }
        LauncherEvent event = newLauncherEvent(action,  targets);
        ItemInfo info = (ItemInfo) v.getTag();
        ItemInfo info = v == null ? null : (ItemInfo) v.getTag();
        if (info != null && Utilities.IS_DEBUG_DEVICE && FeatureFlags.ENABLE_HYBRID_HOTSEAT.get()) {
            FileLog.d(TAG, "appLaunch: packageName:" + info.getTargetComponent().getPackageName()
                    + ",isWorkApp:" + (info.user != null && !Process.myUserHandle().equals(