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

Commit 7fa947cb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE on app launch log" into ub-launcher3-master

parents bc505639 5a93eb3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public class UserEventDispatcher implements ResourceBasedOverride {
            fillIntentInfo(event.srcTarget[0], intent, userHandle);
        }
        ItemInfo info = (ItemInfo) v.getTag();
        if (Utilities.IS_DEBUG_DEVICE && FeatureFlags.ENABLE_HYBRID_HOTSEAT.get()) {
        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(
                    userHandle)) + ",launchLocation:" + info.container);