summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAppState.java
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-04-16 13:37:00 -0400
committerChris Wren <cwren@android.com>2014-04-16 13:37:00 -0400
commitb358f813c93ac0d6c4f31058947efd16b188cd1e (patch)
tree98fcb9a69d322781bf9e1c3e6ea859de326957bb /src/com/android/launcher3/LauncherAppState.java
parentad9c776bc1cae8af3db2bdf895a2f65ca9837d96 (diff)
downloadandroid_packages_apps_Trebuchet-b358f813c93ac0d6c4f31058947efd16b188cd1e.tar.gz
android_packages_apps_Trebuchet-b358f813c93ac0d6c4f31058947efd16b188cd1e.tar.bz2
android_packages_apps_Trebuchet-b358f813c93ac0d6c4f31058947efd16b188cd1e.zip
additional debug logs to track welcome back behavior.
Bug: 13568891 Change-Id: I359202ce59b3444e46331485ea22f542ae908e36
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 5ddafeab3..ad0101979 100644
--- a/src/com/android/launcher3/LauncherAppState.java
+++ b/src/com/android/launcher3/LauncherAppState.java
@@ -30,7 +30,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 = false;
+ private static final boolean DEBUG = true; // STOPSHIP(cwren) temporary for debugging
private final AppFilter mAppFilter;
private final BuildInfo mBuildInfo;