summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-09-09 10:09:02 -0400
committerChris Wren <cwren@android.com>2014-09-12 14:10:14 +0000
commitee52336a9ed0c98f78831a0e44b21f5a8d8c17d1 (patch)
tree03a5913b1ed8de86d51e19dcff52b3827dd9fa8f /src/com/android/launcher3/LauncherAppState.java
parent0f668f3c2be93ad9be221d868abb3d9a6e418f18 (diff)
downloadandroid_packages_apps_Trebuchet-ee52336a9ed0c98f78831a0e44b21f5a8d8c17d1.tar.gz
android_packages_apps_Trebuchet-ee52336a9ed0c98f78831a0e44b21f5a8d8c17d1.tar.bz2
android_packages_apps_Trebuchet-ee52336a9ed0c98f78831a0e44b21f5a8d8c17d1.zip
Turn off debugging for launch.
Bug: 17483474 Change-Id: I8dd24ba08ffe0773f4d68739b30b829021d69902
Diffstat (limited to 'src/com/android/launcher3/LauncherAppState.java')
-rw-r--r--src/com/android/launcher3/LauncherAppState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java
index 2657b6e65..b6144f4ac 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -38,7 +38,7 @@ public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
private static final String TAG = "LauncherAppState";
private static final String SHARED_PREFERENCES_KEY = "com.android.launcher3.prefs";
- private static final boolean DEBUG = true; // STOPSHIP(cwren) temporary for debugging
+ private static final boolean DEBUG = false;
private final AppFilter mAppFilter;
private final BuildInfo mBuildInfo;