Add logs to debug b/318394698
Flag: NONE Test: n/a Bug: 318394698 Change-Id: I3142dafeae0ba31713f514e690c5b7bb730541b0
This commit is contained in:
@@ -93,6 +93,7 @@ import android.os.SystemProperties;
|
||||
import android.os.UserHandle;
|
||||
import android.provider.Settings;
|
||||
import android.provider.Settings.Global;
|
||||
import android.util.Log;
|
||||
import android.util.Pair;
|
||||
import android.util.Size;
|
||||
import android.view.CrossWindowBlurListeners;
|
||||
@@ -1764,6 +1765,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
RemoteAnimationTarget[] wallpaperTargets,
|
||||
RemoteAnimationTarget[] nonAppTargets,
|
||||
LauncherAnimationRunner.AnimationResult result) {
|
||||
Log.d("b/318394698", "AppLaunchAnimationRunner: onAnimationStart");
|
||||
AnimatorSet anim = new AnimatorSet();
|
||||
boolean launcherClosing =
|
||||
launcherIsATargetWithMode(appTargets, MODE_CLOSING);
|
||||
@@ -1799,6 +1801,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
|
||||
@Override
|
||||
public void onAnimationCancelled() {
|
||||
Log.d("b/318394698", "AppLaunchAnimationRunner: onAnimationCancelled");
|
||||
mOnEndCallback.executeAllAndDestroy();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -364,6 +364,8 @@ public class QuickstepLauncher extends Launcher {
|
||||
public RunnableList startActivitySafely(View v, Intent intent, ItemInfo item) {
|
||||
// Only pause is taskbar controller is not present until the transition (if it exists) ends
|
||||
mHotseatPredictionController.setPauseUIUpdate(getTaskbarUIController() == null);
|
||||
Log.d("b/318394698", "startActivitySafely being run, getTaskbarUIController is: "
|
||||
+ getTaskbarUIController());
|
||||
RunnableList result = super.startActivitySafely(v, intent, item);
|
||||
if (result == null) {
|
||||
mHotseatPredictionController.setPauseUIUpdate(false);
|
||||
|
||||
Reference in New Issue
Block a user