Add logs to debug b/318394698
Flag: NONE Test: n/a Bug: 318394698 Change-Id: I3142dafeae0ba31713f514e690c5b7bb730541b0
This commit is contained in:
@@ -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