commit | c36d6eefaef62290312fb5e1f6f53ec163551d82 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Wed Feb 14 20:45:59 2018 -0800 |
committer | Sunny Goyal <sunnygoyal@google.com> | Wed Feb 14 20:46:31 2018 -0800 |
tree | 25ea1c8560d2aaecad23a398f6cc635d05400231 | |
parent | 1672549d9f05c2a0bfb600b8f36738ffd40120ca [diff] |
Temporarily disabling model preloading Bug: 73399920 Change-Id: Ia4a93c77a3209c6a9b2baae02a3ee3d6abb693d4
diff --git a/quickstep/src/com/android/quickstep/TouchInteractionService.java b/quickstep/src/com/android/quickstep/TouchInteractionService.java index 9c5e942..0e7bc42 100644 --- a/quickstep/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -156,7 +156,8 @@ mEventQueue = new MotionEventQueue(Choreographer.getInstance(), mNoOpTouchConsumer); sConnected = true; - new ModelPreload().start(this); + // Temporarily disable model preload + // new ModelPreload().start(this); initBackgroundChoreographer(); }