summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/launcher3/LauncherAppState.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java
index e7aa3d8ea..af9acb152 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -67,10 +67,6 @@ public class LauncherAppState {
mStarttime = System.currentTimeMillis();
- if (context.getResources().getBoolean(R.bool.debug_memory_enabled)) {
- WeightWatcher.sUpdateThread.start();
- }
-
// set sIsScreenXLarge and sScreenDensity *before* creating icon cache
sIsScreenLarge = context.getResources().getBoolean(R.bool.is_large_screen);
sScreenDensity = context.getResources().getDisplayMetrics().density;