commit | 0570a795f99e67079fb999eb5b7e86d1672a4094 | [log] [tgz] |
---|---|---|
author | Samuel Fufa <sfufa@google.com> | Mon Mar 23 10:03:06 2020 -0700 |
committer | Samuel Fufa <sfufa@google.com> | Mon Mar 23 20:22:41 2020 -0700 |
tree | 380bd4b7a254caf08709024d56fa272dac41339f | |
parent | 7d3a113d053a1516c90bba176394b2a97366528d [diff] |
enable prediction logging reverting accidental commit on ag/10673926 Bug: 142753423 Change-Id: I8d2f5f591b200484282f0b170fccab4f99b93fae
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java index d82e9f0..801408f 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatPredictionController.java
@@ -48,6 +48,7 @@ import com.android.launcher3.LauncherSettings; import com.android.launcher3.LauncherState; import com.android.launcher3.R; +import com.android.launcher3.Utilities; import com.android.launcher3.Workspace; import com.android.launcher3.WorkspaceItemInfo; import com.android.launcher3.allapps.AllAppsStore; @@ -325,7 +326,7 @@ mComponentKeyMappers.add(new ComponentKeyMapper(key, mDynamicItemCache)); } predictionLog.append("]"); - if (false) FileLog.d(TAG, predictionLog.toString()); + if (Utilities.IS_DEBUG_DEVICE) FileLog.d(TAG, predictionLog.toString()); updateDependencies(); if (isReady()) { fillGapsWithPrediction();