Loading src/com/android/launcher3/logging/UserEventDispatcher.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/com/android/launcher3/logging/UserEventDispatcher.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading